Home
last modified time | relevance | path

Searched refs:DeleteFile (Results 1 – 25 of 38) sorted by relevance

12

/external/libchrome/base/files/
Dfile_path_watcher_unittest.cc275 base::DeleteFile(test_file(), false); in TEST_F()
365 ASSERT_TRUE(base::DeleteFile(file, false)); in TEST_F()
417 ASSERT_TRUE(base::DeleteFile(dir, true)); in TEST_F()
429 ASSERT_TRUE(base::DeleteFile(test_file(), false)); in TEST_F()
462 ASSERT_TRUE(base::DeleteFile(file1, false)); in TEST_F()
556 ASSERT_TRUE(base::DeleteFile(subdir_file1, false)); in TEST_F()
560 ASSERT_TRUE(base::DeleteFile(child_dir_file1, false)); in TEST_F()
602 ASSERT_TRUE(base::DeleteFile(symlink, false)); in TEST_F()
690 ASSERT_TRUE(base::DeleteFile(test_link(), false)); in TEST_F()
737 ASSERT_TRUE(base::DeleteFile(test_file(), false)); in TEST_F()
[all …]
Dimportant_file_writer.cc108 DeleteFile(tmp_file_path, false); in WriteFileAtomically()
114 DeleteFile(tmp_file_path, false); in WriteFileAtomically()
120 DeleteFile(tmp_file_path, false); in WriteFileAtomically()
Dscoped_temp_dir.cc64 bool ret = base::DeleteFile(path_, true); in Delete()
Dscoped_temp_dir_unittest.cc81 base::DeleteFile(base_path, true); in TEST()
Dfile_util_posix.cc170 DeleteFile(path, false); in DetermineDevShmExecutable()
202 bool DeleteFile(const FilePath& path, bool recursive) { in DeleteFile() function
933 DeleteFile(from_path, true); in MoveUnsafe()
/external/dbus-binding-generator/chromeos-dbus-bindings/
Dtest_utils.cc56 base::DeleteFile(path_a, false); in GetUnifiedDiff()
57 base::DeleteFile(path_b, false); in GetUnifiedDiff()
/external/webrtc/webrtc/base/
Ddiskcache_win32.cc83 bool DiskCacheWin32::DeleteFile(const std::string& filename) const { in DeleteFile() function in rtc::DiskCacheWin32
84 return ::DeleteFile(ToUtf16(filename).c_str()) != 0; in DeleteFile()
Dfileutils.h119 virtual bool DeleteFile(const Pathname &filename) = 0;
143 return DeleteFile(path); in DeleteFileOrFolder()
299 static bool DeleteFile(const Pathname &filename) { in DeleteFile() function
300 return EnsureDefaultFilesystem()->DeleteFile(filename); in DeleteFile()
Dfileutils_unittest.cc48 EXPECT_TRUE(Filesystem::DeleteFile(path)); in TEST()
83 EXPECT_TRUE(Filesystem::DeleteFile(path)); in TEST()
Ddiskcache_win32.h24 virtual bool DeleteFile(const std::string& filename) const;
Dfileutils.cc206 if (!DeleteFile(subdir)) { in DirectoryIterator()
255 Filesystem::DeleteFile(path.pathname()); in DirectoryIterator()
Dwin32filesystem.h31 virtual bool DeleteFile(const Pathname &filename);
Dunixfilesystem.h48 bool DeleteFile(const Pathname& filename) override;
Dfilerotatingstream.cc214 if (!Filesystem::DeleteFile(matching_file)) { in Open()
287 if (!Filesystem::DeleteFile(file_to_delete)) { in RotateFiles()
Ddiskcache.h60 virtual bool DeleteFile(const std::string& filename) const = 0;
Dwin32filesystem.cc182 bool Win32Filesystem::DeleteFile(const Pathname &filename) { in DeleteFile() function in rtc::Win32Filesystem
188 return ::DeleteFile(ToUtf16(filename.pathname()).c_str()) != 0; in DeleteFile()
Dlogging_unittest.cc150 Filesystem::DeleteFile(path); in TEST()
Dunixfilesystem.cc151 bool UnixFilesystem::DeleteFile(const Pathname &filename) { in DeleteFile() function in rtc::UnixFilesystem
235 if (!DeleteFile(old_path)) in MoveFile()
/external/curl/lib/
Dmk-ca-bundle.vbs156 objFSO.DeleteFile myTmpIn, TRUE
159 objFSO.DeleteFile myTmpOut, TRUE
165 objFSO.DeleteFile myTmpOut, TRUE
200 objFSO.DeleteFile myCaFile, TRUE
/external/libbrillo/brillo/
Dfile_utils.cc79 if (!base::DeleteFile(path, true)) { in RegularFileOrDelete()
152 base::DeleteFile(path, false); in TouchFile()
Dosrelease_reader_unittest.cc35 base::DeleteFile(osreleased_, true); in TEST_F()
/external/protobuf/src/google/protobuf/testing/
Dfile.cc145 DeleteFile(name.c_str()); in DeleteRecursively()
158 DeleteFile(path.c_str()); in DeleteRecursively()
/external/libchrome/base/test/
Dtest_file_util_posix.cc79 return DeleteFile(file, recurse); in DieFileDie()
/external/google-breakpad/src/client/windows/unittests/
Dminidump_test.cc80 ::DeleteFile(dump_file_.c_str()); in TearDown()
84 ::DeleteFile(full_dump_file_.c_str()); in TearDown()
Dexception_handler_test.cc135 ::DeleteFile(dump_file.c_str()); in TearDown()
139 ::DeleteFile(full_dump_file.c_str()); in TearDown()

12