Searched refs:patch_name (Results 1 – 2 of 2) sorted by relevance
/bootable/recovery/applypatch/include/applypatch/ |
D | imgdiff_image.h | 238 const std::string& patch_name); 246 const std::string& patch_name, const std::string& split_info_file, 304 const std::string& patch_name);
|
/bootable/recovery/applypatch/ |
D | imgdiff.cpp | 1143 const std::string& patch_name) { in GeneratePatches() argument 1151 open(patch_name.c_str(), O_CREAT | O_WRONLY | O_TRUNC, S_IRUSR | S_IWUSR)); in GeneratePatches() 1153 PLOG(ERROR) << "Failed to open " << patch_name; in GeneratePatches() 1163 const std::string& patch_name, in GeneratePatches() argument 1169 open(patch_name.c_str(), O_CREAT | O_WRONLY | O_TRUNC, S_IRUSR | S_IWUSR)); in GeneratePatches() 1171 PLOG(ERROR) << "Failed to open " << patch_name; in GeneratePatches() 1217 std::string patch_name = android::base::StringPrintf("%s/patch-%zu", debug_dir.c_str(), i); in GeneratePatches() local 1218 fd.reset(open(patch_name.c_str(), O_CREAT | O_WRONLY | O_TRUNC, S_IRUSR | S_IWUSR)); in GeneratePatches() 1221 PLOG(ERROR) << "Failed to open " << patch_name; in GeneratePatches() 1433 const std::string& patch_name) { in GeneratePatches() argument [all …]
|