Home
last modified time | relevance | path

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

/system/bt/gd/os/linux_generic/
Dfiles_test.cc28 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()
Dfiles.cc58 bool RenameFile(const std::string& from, const std::string& to) { in RenameFile() function
/system/bt/gd/os/
Dfiles.h29 bool RenameFile(const std::string& from, const std::string& to);
/system/bt/gd/hal/
Dsnoop_logger.cc225 if (!os::RenameFile(snoop_log_path_, last_file_path)) { in OpenNextSnoopLogFile()
327 if (!os::RenameFile(snooz_log_path_, last_file_path)) { in DumpSnoozLogToFile()
/system/bt/gd/storage/
Dstorage_module.cc131 ASSERT(os::RenameFile(config_file_path_, config_backup_path_)); in SaveImmediately()