HomeSort by relevance Sort by last modified time
    Searched refs:CreatePrivateFile (Results 1 - 7 of 7) sorted by null

  /external/webrtc/webrtc/base/
fileutils_unittest.cc 64 // Test that CreatePrivateFile fails for existing files and succeeds for
72 EXPECT_TRUE(Filesystem::CreatePrivateFile(path));
74 EXPECT_FALSE(Filesystem::CreatePrivateFile(path));
win32filesystem.h 27 virtual bool CreatePrivateFile(const Pathname &filename);
unixfilesystem.h 44 bool CreatePrivateFile(const Pathname& filename) override;
fileutils.h 114 virtual bool CreatePrivateFile(const Pathname &filename) = 0;
295 static bool CreatePrivateFile(const Pathname &filename) {
296 return EnsureDefaultFilesystem()->CreatePrivateFile(filename);
fileutils_mock.h 153 bool CreatePrivateFile(const Pathname &filename) {
unixfilesystem.cc 135 bool UnixFilesystem::CreatePrivateFile(const Pathname &filename) {
win32filesystem.cc 74 bool Win32Filesystem::CreatePrivateFile(const Pathname &filename) {

Completed in 392 milliseconds