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, 305 const std::string& patch_name);
|
/bootable/recovery/applypatch/ |
D | imgdiff.cpp | 1169 const std::string& patch_name) { in GeneratePatches() argument 1177 open(patch_name.c_str(), O_CREAT | O_WRONLY | O_TRUNC, S_IRUSR | S_IWUSR)); in GeneratePatches() 1179 PLOG(ERROR) << "Failed to open " << patch_name; in GeneratePatches() 1189 const std::string& patch_name, in GeneratePatches() argument 1195 open(patch_name.c_str(), O_CREAT | O_WRONLY | O_TRUNC, S_IRUSR | S_IWUSR)); in GeneratePatches() 1197 PLOG(ERROR) << "Failed to open " << patch_name; in GeneratePatches() 1243 std::string patch_name = android::base::StringPrintf("%s/patch-%zu", debug_dir.c_str(), i); in GeneratePatches() local 1244 fd.reset(open(patch_name.c_str(), O_CREAT | O_WRONLY | O_TRUNC, S_IRUSR | S_IWUSR)); in GeneratePatches() 1247 PLOG(ERROR) << "Failed to open " << patch_name; in GeneratePatches() 1459 const std::string& patch_name) { in GeneratePatches() argument [all …]
|