Searched refs:RenameFile (Results 1 – 4 of 4) sorted by relevance
28 using bluetooth::os::RenameFile;48 ASSERT_TRUE(RenameFile(temp_file.string(), to_file.string())); in TEST()52 ASSERT_FALSE(RenameFile(temp_file.string(), to_file.string())); in TEST()
58 bool RenameFile(const std::string& from, const std::string& to) { in RenameFile() function
29 bool RenameFile(const std::string& from, const std::string& to);
131 ASSERT(os::RenameFile(config_file_path_, config_backup_path_)); in SaveImmediately()