Searched refs:DeleteFile (Results 1 - 25 of 36) sorted by relevance

12

/external/webrtc/webrtc/base/
H A Ddiskcache_win32.h24 virtual bool DeleteFile(const std::string& filename) const;
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 Dfileutils_unittest.cc48 EXPECT_TRUE(Filesystem::DeleteFile(path));
83 EXPECT_TRUE(Filesystem::DeleteFile(path));
H A Dwin32filesystem.h31 virtual bool DeleteFile(const Pathname &filename);
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 Dunixfilesystem.h48 bool DeleteFile(const Pathname& filename) override;
H A Ddiskcache.h60 virtual bool DeleteFile(const std::string& filename) const = 0;
H A Dfileutils.cc206 if (!DeleteFile(subdir)) {
255 Filesystem::DeleteFile(path.pathname());
H A Dlogging_unittest.cc150 Filesystem::DeleteFile(path);
H A Dfilerotatingstream.cc214 if (!Filesystem::DeleteFile(matching_file)) {
287 if (!Filesystem::DeleteFile(file_to_delete)) {
H A Dunixfilesystem.cc151 bool UnixFilesystem::DeleteFile(const Pathname &filename) { function in class:rtc::UnixFilesystem
235 if (!DeleteFile(old_path))
H A Dwin32filesystem.cc182 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 Dscoped_temp_dir.cc64 bool ret = base::DeleteFile(path_, true);
H A Dimportant_file_writer.cc108 DeleteFile(tmp_file_path, false);
114 DeleteFile(tmp_file_path, false);
120 DeleteFile(tmp_file_path, false);
H A Dfile_path_watcher_unittest.cc275 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 Dscoped_temp_dir_unittest.cc81 base::DeleteFile(base_path, true);
H A Dfile_util.h70 BASE_EXPORT bool DeleteFile(const FilePath& path, bool recursive);
/external/dbus-binding-generator/chromeos-dbus-bindings/
H A Dtest_utils.cc56 base::DeleteFile(path_a, false);
57 base::DeleteFile(path_b, false);
/external/libbrillo/brillo/
H A Dfile_utils.cc79 if (!base::DeleteFile(path, true)) {
152 base::DeleteFile(path, false);
H A Dosrelease_reader_unittest.cc35 base::DeleteFile(osreleased_, true);
/external/protobuf/src/google/protobuf/testing/
H A Dfile.cc145 DeleteFile(name.c_str());
158 DeleteFile(path.c_str());
/external/libchrome/base/test/
H A Dtest_file_util_posix.cc79 return DeleteFile(file, recurse);
/external/google-breakpad/src/client/windows/unittests/
H A Dminidump_test.cc80 ::DeleteFile(dump_file_.c_str());
84 ::DeleteFile(full_dump_file_.c_str());
H A Dexception_handler_test.cc135 ::DeleteFile(dump_file.c_str());
139 ::DeleteFile(full_dump_file.c_str());
/external/libchrome/base/json/
H A Djson_value_serializer_unittest.cc455 EXPECT_TRUE(base::DeleteFile(written_file_path, false));
482 EXPECT_TRUE(base::DeleteFile(written_file_path, false));

Completed in 350 milliseconds

12