Lines Matching refs:patch_name
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
1491 open(patch_name.c_str(), O_CREAT | O_WRONLY | O_TRUNC, S_IRUSR | S_IWUSR)); in GeneratePatches()
1493 PLOG(ERROR) << "Failed to open " << patch_name; in GeneratePatches()