Searched refs:CreatePrivateFile (Results 1 - 7 of 7) sorted by path

/external/chromium_org/third_party/webrtc/base/
H A Dfileutils.h116 virtual bool CreatePrivateFile(const Pathname &filename) = 0;
299 static bool CreatePrivateFile(const Pathname &filename) { function in class:rtc::Filesystem
300 return EnsureDefaultFilesystem()->CreatePrivateFile(filename);
H A Dfileutils_mock.h153 bool CreatePrivateFile(const Pathname &filename) { function in class:rtc::FakeFileSystem
H A Dfileutils_unittest.cc64 // Test that CreatePrivateFile fails for existing files and succeeds for
72 EXPECT_TRUE(Filesystem::CreatePrivateFile(path));
74 EXPECT_FALSE(Filesystem::CreatePrivateFile(path));
H A Dunixfilesystem.cc134 bool UnixFilesystem::CreatePrivateFile(const Pathname &filename) { function in class:rtc::UnixFilesystem
H A Dunixfilesystem.h44 virtual bool CreatePrivateFile(const Pathname &filename);
H A Dwin32filesystem.cc73 bool Win32Filesystem::CreatePrivateFile(const Pathname &filename) { function in class:rtc::Win32Filesystem
H A Dwin32filesystem.h27 virtual bool CreatePrivateFile(const Pathname &filename);

Completed in 1088 milliseconds