Home
last modified time | relevance | path

Searched refs:patch_name (Results 1 – 2 of 2) sorted by relevance

/aosp12/bootable/recovery/applypatch/include/applypatch/
H A Dimgdiff_image.h238 const std::string& patch_name);
246 const std::string& patch_name, const std::string& split_info_file,
305 const std::string& patch_name);
/aosp12/bootable/recovery/applypatch/
H A Dimgdiff.cpp1169 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()
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
1491 open(patch_name.c_str(), O_CREAT | O_WRONLY | O_TRUNC, S_IRUSR | S_IWUSR)); in GeneratePatches()
[all …]