Home
last modified time | relevance | path

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

/bootable/recovery/applypatch/
Dimgdiff.cpp1202 std::string src_name = android::base::StringPrintf("%s/src-%zu", debug_dir.c_str(), i); in GeneratePatches() local
1204 open(src_name.c_str(), O_CREAT | O_WRONLY | O_TRUNC, S_IRUSR | S_IWUSR)); in GeneratePatches()
1207 PLOG(ERROR) << "Failed to open " << src_name; in GeneratePatches()
1212 PLOG(ERROR) << "Failed to write split source data into " << src_name; in GeneratePatches()