Searched defs:temp_file_path (Results 1 - 2 of 2) sorted by relevance

/system/update_engine/payload_generator/
H A Ddelta_diff_generator.cc69 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,
H A Ddelta_diff_utils.cc811 string temp_file_path; local
813 "puffdiff-delta.XXXXXX", &temp_file_path, nullptr));
814 ScopedPathUnlinker temp_file_unlinker(temp_file_path);
821 temp_file_path,

Completed in 50 milliseconds