HomeSort by relevance Sort by last modified time
    Searched refs:DeleteFile (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium/net/disk_cache/
cache_util_win.cc 34 DeleteFile(current.c_str());
63 if (!DeleteFile(name.value().c_str())) {
  /external/webkit/Tools/TestResultServer/
main.py 44 ('/testfile/delete', testfilehandler.DeleteFile),
  /external/chromium/chrome/common/extensions/
extension_file_util.h 88 void DeleteFile(const FilePath& path, bool recursive);
extension_file_util.cc 618 void DeleteFile(const FilePath& path, bool recursive) {
  /external/chromium/third_party/libjingle/source/talk/base/
unixfilesystem.h 49 virtual bool DeleteFile(const Pathname &filename);
win32filesystem.h 48 virtual bool DeleteFile(const Pathname &filename);
fileutils.h 136 virtual bool DeleteFile(const Pathname &filename) = 0;
145 // call DeleteFolderAndContents and DeleteFile on every path contained in this
162 return DeleteFile(path);
318 static bool DeleteFile(const Pathname &filename) {
319 return EnsureDefaultFilesystem()->DeleteFile(filename);
diskcache.h 77 virtual bool DeleteFile(const std::string& filename) const = 0;
fileutils.cc 211 if (!DeleteFile(subdir)) {
255 Filesystem::DeleteFile(path.pathname());
unixfilesystem.cc 150 bool UnixFilesystem::DeleteFile(const Pathname &filename) {
233 if (!DeleteFile(old_path))
win32filesystem.cc 198 bool Win32Filesystem::DeleteFile(const Pathname &filename) {
204 return ::DeleteFile(ToUtf16(filename.pathname()).c_str()) != 0;
diskcache.cc 218 if (!DeleteFile(filename)) {
  /external/protobuf/src/google/protobuf/testing/
file.cc 127 DeleteFile(name.c_str());
140 DeleteFile(path.c_str());
  /external/qemu/android/utils/
tempfile.c 123 DeleteFile(tempfile->name);
  /external/chromium/chrome/browser/extensions/
crx_installer.cc 131 &extension_file_util::DeleteFile, temp_dir_, true));
138 &extension_file_util::DeleteFile, source_file_, false));
extension_updater.cc 414 extension_file_util::DeleteFile(path, false);
436 extension_file_util::DeleteFile, path, false))) {
    [all...]
  /external/chromium/googleurl/base/
logging.cc 141 DeleteFile(log_file_name);
  /external/qemu/distrib/sdl-1.2.15/src/main/win32/
SDL_win32_main.c 21 # define remove(x) DeleteFile(x)
  /external/webkit/Tools/TestResultServer/handlers/
testfilehandler.py 50 class DeleteFile(webapp.RequestHandler):
  /external/chromium/base/
file_util_unittest.cc 655 TEST_F(FileUtilTest, DeleteFile) {
657 FilePath file_name = temp_dir_.path().Append(FPL("Test DeleteFile 1.txt"));
666 file_name = temp_dir_.path().Append(FPL("Test DeleteFile 2.txt"));
    [all...]
logging.cc 174 DeleteFile(log_name.c_str());
  /external/valgrind/unittest/
windows_tests.cc 469 CHECK(::DeleteFile("ZZZ\\tmpfile"));
  /external/chromium/chrome/common/
service_process_util_unittest.cc 488 TEST_F(ServiceProcessStateFileManipulationTest, DeleteFile) {
  /external/chromium/testing/gtest/test/
gtest-filepath_test.cc 70 int ret = DeleteFile(wpath) ? 0 : -1;
  /external/gtest/test/
gtest-filepath_test.cc 70 int ret = DeleteFile(wpath) ? 0 : -1;

Completed in 366 milliseconds

1 2