Home
last modified time | relevance | path

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

/system/bt/gd/os/
Dfiles.h46 bool RemoveFile(const std::string& path);
/system/bt/gd/storage/
Dlegacy_config_file.cc82 return os::RemoveFile(path_); in Delete()
/system/bt/gd/hal/
Dsnoop_logger.cc94 if (!os::RemoveFile(log_path)) { in delete_btsnoop_files()
102 if (!os::RemoveFile(last_log_path)) { in delete_btsnoop_files()
/system/bt/gd/os/linux_generic/
Dfiles.cc190 bool RemoveFile(const std::string& path) { in RemoveFile() function