Searched refs:dest_file_path (Results 1 – 2 of 2) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.4/ |
D | supplicant.cpp | 42 const std::string& src_file_path, const std::string& dest_file_path) in copyFile() argument 52 file_contents, dest_file_path, kConfigFileMode, getuid(), in copyFile() 56 dest_file_path.c_str(), strerror(errno)); in copyFile() 70 const std::string& src_file_path, const std::string& dest_file_path) in copyFileIfItExists() argument 77 ret = copyFile(src_file_path, dest_file_path); in copyFileIfItExists() 81 src_file_path.c_str(), dest_file_path.c_str()); in copyFileIfItExists()
|
/external/autotest/client/common_lib/ |
D | packages.py | 180 dest_file_path = self.run_command(mktemp).stdout.strip() 184 http_cmd = self.curl_cmd_pattern % (self.url, dest_file_path) 191 self.run_command('rm -rf %s' % dest_file_path)
|