Home
last modified time | relevance | path

Searched refs:CreateFolder (Results 1 – 19 of 19) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
Dpathutils.h137 inline bool CreateFolder(const Pathname& path) { in CreateFolder() function
138 return Filesystem::CreateFolder(path); in CreateFolder()
143 return !create || CreateFolder(path); in FinishPath()
Dunixfilesystem.cc95 bool UnixFilesystem::CreateFolder(const Pathname &path) { in CreateFolder() function in talk_base::UnixFilesystem
116 if (!CreateFolder(Pathname(pathname.substr(0, len)))) { in CreateFolder()
201 return !create || CreateFolder(pathname); in GetTemporaryFolder()
451 return CreateFolder(*path); in GetAppDataFolder()
Dwin32filesystem.cc50 bool Win32Filesystem::CreateFolder(const Pathname &pathname) { in CreateFolder() function in talk_base::Win32Filesystem
72 if (!CreateFolder(parent)) { in CreateFolder()
234 return !create || CreateFolder(pathname); in GetTemporaryFolder()
388 return CreateFolder(*path); in GetAppDataFolder()
Dfileutils.h167 virtual bool CreateFolder(const Pathname &pathname) = 0;
305 static bool CreateFolder(const Pathname &pathname) { in CreateFolder() function
306 return EnsureDefaultFilesystem()->CreateFolder(pathname); in CreateFolder()
Dwin32filesystem.h57 virtual bool CreateFolder(const Pathname &pathname);
Dunixfilesystem.h58 virtual bool CreateFolder(const Pathname &pathname);
Dfileutils.cc175 if (!CreateFolder(new_dir)) in DirectoryIterator()
Ddiskcache.cc85 if (!folder_.empty() || !Filesystem::CreateFolder(folder)) in Initialize()
/external/chromium/sdch/open-vcdiff/src/gtest/
Dgtest-filepath.cc181 return parent.CreateDirectoriesRecursively() && this->CreateFolder(); in CreateDirectoriesRecursively()
188 bool FilePath::CreateFolder() const { in CreateFolder() function in testing::internal::FilePath
/external/protobuf/gtest/src/
Dgtest-filepath.cc279 return parent.CreateDirectoriesRecursively() && this->CreateFolder(); in CreateDirectoriesRecursively()
286 bool FilePath::CreateFolder() const { in CreateFolder() function in testing::internal::FilePath
/external/chromium/sdch/open-vcdiff/src/gtest/internal/
Dgtest-filepath.h131 bool CreateFolder() const;
/external/gtest/src/
Dgtest-filepath.cc311 return parent.CreateDirectoriesRecursively() && this->CreateFolder(); in CreateDirectoriesRecursively()
318 bool FilePath::CreateFolder() const { in CreateFolder() function in testing::internal::FilePath
/external/llvm/utils/unittest/googletest/
Dgtest-filepath.cc311 return parent.CreateDirectoriesRecursively() && this->CreateFolder(); in CreateDirectoriesRecursively()
318 bool FilePath::CreateFolder() const { in CreateFolder() function in testing::internal::FilePath
/external/chromium/testing/gtest/src/
Dgtest-filepath.cc311 return parent.CreateDirectoriesRecursively() && this->CreateFolder(); in CreateDirectoriesRecursively()
318 bool FilePath::CreateFolder() const { in CreateFolder() function in testing::internal::FilePath
/external/gtest/include/gtest/internal/
Dgtest-filepath.h154 bool CreateFolder() const;
/external/protobuf/gtest/include/gtest/internal/
Dgtest-filepath.h154 bool CreateFolder() const;
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-filepath.h154 bool CreateFolder() const;
/external/chromium/testing/gtest/include/gtest/internal/
Dgtest-filepath.h154 bool CreateFolder() const;
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_editor_base_controller_unittest.mm146 TEST_F(BookmarkEditorBaseControllerTest, CreateFolder) {