Home
last modified time | relevance | path

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

/system/core/adb/client/
Dadb_wifi.cpp146 std::string temp_file_name(temp_file->path); in write_known_host_to_file() local
150 if (!SafeReplaceFile(path, temp_file_name.c_str())) { in write_known_host_to_file()
152 adb_unlink(temp_file_name.c_str()); in write_known_host_to_file()