Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/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.cc59 bool RenameFile(const std::string& from, const std::string& to) { in RenameFile() function
/packages/modules/Bluetooth/system/gd/os/
Dfiles.h30 bool RenameFile(const std::string& from, const std::string& to);
/packages/modules/Bluetooth/system/gd/hal/
Dsnoop_logger.cc542 if (!os::RenameFile(snoop_log_path_, last_file_path)) { in OpenNextSnoopLogFile()
1284 if (!os::RenameFile(snooz_log_path_, last_file_path)) { in DumpSnoozLogToFile()