/external/webrtc/webrtc/base/ |
H A D | diskcache_win32.h | 24 virtual bool DeleteFile(const std::string& filename) const;
|
H A D | diskcache_win32.cc | 83 bool DiskCacheWin32::DeleteFile(const std::string& filename) const { function in class:rtc::DiskCacheWin32 84 return ::DeleteFile(ToUtf16(filename).c_str()) != 0;
|
H A D | fileutils_unittest.cc | 48 EXPECT_TRUE(Filesystem::DeleteFile(path)); 83 EXPECT_TRUE(Filesystem::DeleteFile(path));
|
H A D | win32filesystem.h | 31 virtual bool DeleteFile(const Pathname &filename);
|
H A D | 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) { function in class:rtc::Filesystem 300 return EnsureDefaultFilesystem()->DeleteFile(filename);
|
H A D | unixfilesystem.h | 48 bool DeleteFile(const Pathname& filename) override;
|
H A D | diskcache.h | 60 virtual bool DeleteFile(const std::string& filename) const = 0;
|
H A D | fileutils.cc | 206 if (!DeleteFile(subdir)) { 255 Filesystem::DeleteFile(path.pathname());
|
H A D | logging_unittest.cc | 150 Filesystem::DeleteFile(path);
|
H A D | filerotatingstream.cc | 214 if (!Filesystem::DeleteFile(matching_file)) { 287 if (!Filesystem::DeleteFile(file_to_delete)) {
|
H A D | unixfilesystem.cc | 151 bool UnixFilesystem::DeleteFile(const Pathname &filename) { function in class:rtc::UnixFilesystem 235 if (!DeleteFile(old_path))
|
H A D | win32filesystem.cc | 182 bool Win32Filesystem::DeleteFile(const Pathname &filename) { function in class:rtc::Win32Filesystem 188 return ::DeleteFile(ToUtf16(filename.pathname()).c_str()) != 0;
|
/external/libchrome/base/files/ |
H A D | scoped_temp_dir.cc | 64 bool ret = base::DeleteFile(path_, true);
|
H A D | important_file_writer.cc | 108 DeleteFile(tmp_file_path, false); 114 DeleteFile(tmp_file_path, false); 120 DeleteFile(tmp_file_path, false);
|
H A D | file_path_watcher_unittest.cc | 275 base::DeleteFile(test_file(), false); 365 ASSERT_TRUE(base::DeleteFile(file, false)); 417 ASSERT_TRUE(base::DeleteFile(dir, true)); 429 ASSERT_TRUE(base::DeleteFile(test_file(), false)); 462 ASSERT_TRUE(base::DeleteFile(file1, false)); 556 ASSERT_TRUE(base::DeleteFile(subdir_file1, false)); 560 ASSERT_TRUE(base::DeleteFile(child_dir_file1, false)); 602 ASSERT_TRUE(base::DeleteFile(symlink, false)); 690 ASSERT_TRUE(base::DeleteFile(test_link(), false)); 737 ASSERT_TRUE(base::DeleteFile(test_fil [all...] |
H A D | scoped_temp_dir_unittest.cc | 81 base::DeleteFile(base_path, true);
|
H A D | file_util.h | 70 BASE_EXPORT bool DeleteFile(const FilePath& path, bool recursive);
|
/external/dbus-binding-generator/chromeos-dbus-bindings/ |
H A D | test_utils.cc | 56 base::DeleteFile(path_a, false); 57 base::DeleteFile(path_b, false);
|
/external/libbrillo/brillo/ |
H A D | file_utils.cc | 79 if (!base::DeleteFile(path, true)) { 152 base::DeleteFile(path, false);
|
H A D | osrelease_reader_unittest.cc | 35 base::DeleteFile(osreleased_, true);
|
/external/protobuf/src/google/protobuf/testing/ |
H A D | file.cc | 145 DeleteFile(name.c_str()); 158 DeleteFile(path.c_str());
|
/external/libchrome/base/test/ |
H A D | test_file_util_posix.cc | 79 return DeleteFile(file, recurse);
|
/external/google-breakpad/src/client/windows/unittests/ |
H A D | minidump_test.cc | 80 ::DeleteFile(dump_file_.c_str()); 84 ::DeleteFile(full_dump_file_.c_str());
|
H A D | exception_handler_test.cc | 135 ::DeleteFile(dump_file.c_str()); 139 ::DeleteFile(full_dump_file.c_str());
|
/external/libchrome/base/json/ |
H A D | json_value_serializer_unittest.cc | 455 EXPECT_TRUE(base::DeleteFile(written_file_path, false)); 482 EXPECT_TRUE(base::DeleteFile(written_file_path, false));
|