Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_transfer/
H A Datomic_file_transfer_handler.cc95 const std::string tmp_file = GetTempFilePath(path_); in PrepareWrite()
103 auto tmp_file = GetTempFilePath(path_); in FinalizeWrite()
H A Datomic_file_transfer_handler_test.cc81 std::string transfer_temp_file_ = GetTempFilePath(test_data_location_pass_);
/aosp_15_r20/external/pigweed/pw_transfer/pw_transfer_private/
H A Dfilename_generator.h26 inline std::string GetTempFilePath(std::string_view file_path) { in GetTempFilePath() function