HomeSort by relevance Sort by last modified time
    Searched full:patch_file_path (Results 1 - 1 of 1) sorted by null

  /system/update_engine/payload_generator/
delta_diff_utils.cc 700 string patch_file_path; local
703 utils::MakeTempFile(kPatchFile, &patch_file_path, nullptr));
709 cmd.push_back(patch_file_path);
719 TEST_AND_RETURN_FALSE(utils::ReadFile(patch_file_path, out));
720 unlink(patch_file_path.c_str());

Completed in 285 milliseconds