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

  /external/chromium_org/third_party/libjingle/source/talk/base/
fileutils_unittest.cc 81 // Test that CreatePrivateFile fails for existing files and succeeds for
89 EXPECT_TRUE(Filesystem::CreatePrivateFile(path));
91 EXPECT_FALSE(Filesystem::CreatePrivateFile(path));
unixfilesystem.h 61 virtual bool CreatePrivateFile(const Pathname &filename);
win32filesystem.h 44 virtual bool CreatePrivateFile(const Pathname &filename);
fileutils.h 134 virtual bool CreatePrivateFile(const Pathname &filename) = 0;
317 static bool CreatePrivateFile(const Pathname &filename) {
318 return EnsureDefaultFilesystem()->CreatePrivateFile(filename);
fileutils_mock.h 170 bool CreatePrivateFile(const Pathname &filename) {
unixfilesystem.cc 151 bool UnixFilesystem::CreatePrivateFile(const Pathname &filename) {
win32filesystem.cc 90 bool Win32Filesystem::CreatePrivateFile(const Pathname &filename) {
  /external/chromium_org/third_party/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));
unixfilesystem.h 44 virtual bool CreatePrivateFile(const Pathname &filename);
win32filesystem.h 27 virtual bool CreatePrivateFile(const Pathname &filename);
fileutils.h 117 virtual bool CreatePrivateFile(const Pathname &filename) = 0;
300 static bool CreatePrivateFile(const Pathname &filename) {
301 return EnsureDefaultFilesystem()->CreatePrivateFile(filename);
fileutils_mock.h 153 bool CreatePrivateFile(const Pathname &filename) {
unixfilesystem.cc 134 bool UnixFilesystem::CreatePrivateFile(const Pathname &filename) {
win32filesystem.cc 73 bool Win32Filesystem::CreatePrivateFile(const Pathname &filename) {

Completed in 569 milliseconds