Searched defs:DeleteFile (Results 1 - 6 of 6) sorted by relevance

/external/webrtc/webrtc/base/
H A Ddiskcache_win32.cc83 bool DiskCacheWin32::DeleteFile(const std::string& filename) const { function in class:rtc::DiskCacheWin32
84 return ::DeleteFile(ToUtf16(filename).c_str()) != 0;
H A Dwin32filesystem.cc182 bool Win32Filesystem::DeleteFile(const Pathname &filename) { function in class:rtc::Win32Filesystem
188 return ::DeleteFile(ToUtf16(filename.pathname()).c_str()) != 0;
H A Dfileutils.h119 virtual bool DeleteFile(const Pathname &filename) = 0;
128 // call DeleteFolderAndContents and DeleteFile on every path contained in this
143 return DeleteFile(path);
299 static bool DeleteFile(const Pathname &filename) { function in class:rtc::Filesystem
300 return EnsureDefaultFilesystem()->DeleteFile(filename);
H A Dfileutils_mock.h157 bool DeleteFile(const Pathname &filename) { function in class:rtc::FakeFileSystem
H A Dunixfilesystem.cc151 bool UnixFilesystem::DeleteFile(const Pathname &filename) { function in class:rtc::UnixFilesystem
235 if (!DeleteFile(old_path))
/external/libchrome/base/files/
H A Dfile_util_posix.cc171 DeleteFile(path, false);
203 bool DeleteFile(const FilePath& path, bool recursive) { function in namespace:base
953 DeleteFile(from_path, true);

Completed in 1689 milliseconds