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