HomeSort by relevance Sort by last modified time
    Searched defs:DeleteFile (Results 1 - 11 of 11) sorted by null

  /external/webrtc/webrtc/base/
diskcache_win32.cc 83 bool DiskCacheWin32::DeleteFile(const std::string& filename) const {
84 return ::DeleteFile(ToUtf16(filename).c_str()) != 0;
fileutils.h 119 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) {
300 return EnsureDefaultFilesystem()->DeleteFile(filename);
fileutils_mock.h 157 bool DeleteFile(const Pathname &filename) {
unixfilesystem.cc 151 bool UnixFilesystem::DeleteFile(const Pathname &filename) {
235 if (!DeleteFile(old_path))
win32filesystem.cc 182 bool Win32Filesystem::DeleteFile(const Pathname &filename) {
188 return ::DeleteFile(ToUtf16(filename.pathname()).c_str()) != 0;
  /system/webservd/webservd/
temp_file_manager.cc 53 CHECK(file_deleter_->DeleteFile(file));
56 bool FileDeleter::DeleteFile(const base::FilePath& path) {
57 return base::DeleteFile(path, false);
  /bootable/recovery/updater/
blockimg.cpp 526 static void DeleteFile(const std::string& fn, void* /* data */) {
538 DeleteFile(fn, data);
550 EnumerateStash(dirname, DeleteFile, nullptr);
629 DeleteFile(fn, nullptr);
827 DeleteFile(fn, nullptr);
    [all...]
  /external/libchrome/base/files/
file_util_posix.cc 170 DeleteFile(path, false);
202 bool DeleteFile(const FilePath& path, bool recursive) {
933 DeleteFile(from_path, true);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winbase.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddk.h     [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 454 milliseconds