Searched refs:src_file_path (Results 1 – 1 of 1) sorted by relevance
42 const std::string& src_file_path, const std::string& dest_file_path) in copyFile() argument45 if (!android::base::ReadFileToString(src_file_path, &file_contents)) { in copyFile()48 src_file_path.c_str(), strerror(errno)); in copyFile()70 const std::string& src_file_path, const std::string& dest_file_path) in copyFileIfItExists() argument72 int ret = access(src_file_path.c_str(), R_OK); in copyFileIfItExists()77 ret = copyFile(src_file_path, dest_file_path); in copyFileIfItExists()81 src_file_path.c_str(), dest_file_path.c_str()); in copyFileIfItExists()