HomeSort by relevance Sort by last modified time
    Searched defs:temp_file_path (Results 1 - 2 of 2) sorted by null

  /system/update_engine/payload_generator/
delta_diff_generator.cc 69 string temp_file_path; local
72 utils::MakeTempFile(kTempFileTemplate, &temp_file_path, &data_file_fd));
73 ScopedPathUnlinker temp_file_unlinker(temp_file_path);
128 TEST_AND_RETURN_FALSE(payload.WritePayload(output_path, temp_file_path,
delta_diff_utils.cc 811 string temp_file_path; local
    [all...]

Completed in 80 milliseconds