Home
last modified time | relevance | path

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

/aosp12/packages/modules/adb/client/
H A Dadb_wifi.cpp147 std::string temp_file_name(temp_file->path); in write_known_host_to_file() local
151 if (!SafeReplaceFile(path, temp_file_name.c_str())) { in write_known_host_to_file()
153 adb_unlink(temp_file_name.c_str()); in write_known_host_to_file()