Searched refs:CreatePrivateFile (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dfileutils_unittest.cc81 // Test that CreatePrivateFile fails for existing files and succeeds for
89 EXPECT_TRUE(Filesystem::CreatePrivateFile(path));
91 EXPECT_FALSE(Filesystem::CreatePrivateFile(path));
H A Dwin32filesystem.h44 virtual bool CreatePrivateFile(const Pathname &filename);
H A Dunixfilesystem.h57 virtual bool CreatePrivateFile(const Pathname &filename);
H A Dfileutils.h133 virtual bool CreatePrivateFile(const Pathname &filename) = 0;
316 static bool CreatePrivateFile(const Pathname &filename) { function in class:talk_base::Filesystem
317 return EnsureDefaultFilesystem()->CreatePrivateFile(filename);
H A Dfileutils_mock.h170 bool CreatePrivateFile(const Pathname &filename) { function in class:talk_base::FakeFileSystem
H A Dunixfilesystem.cc127 bool UnixFilesystem::CreatePrivateFile(const Pathname &filename) { function in class:talk_base::UnixFilesystem
H A Dwin32filesystem.cc90 bool Win32Filesystem::CreatePrivateFile(const Pathname &filename) { function in class:talk_base::Win32Filesystem
/external/chromium/third_party/libjingle/source/talk/base/
H A Dunixfilesystem.h45 virtual bool CreatePrivateFile(const Pathname &filename);
H A Dwin32filesystem.h44 virtual bool CreatePrivateFile(const Pathname &filename);
H A Dfileutils.h131 virtual bool CreatePrivateFile(const Pathname &filename) = 0;
314 static bool CreatePrivateFile(const Pathname &filename) { function in class:talk_base::Filesystem
315 return EnsureDefaultFilesystem()->CreatePrivateFile(filename);
H A Dunixfilesystem.cc134 bool UnixFilesystem::CreatePrivateFile(const Pathname &filename) { function in class:talk_base::UnixFilesystem
H A Dwin32filesystem.cc90 bool Win32Filesystem::CreatePrivateFile(const Pathname &filename) { function in class:talk_base::Win32Filesystem

Completed in 63 milliseconds