/external/chromium/third_party/libjingle/source/talk/base/ |
D | pathutils.h | 137 inline bool CreateFolder(const Pathname& path) { in CreateFolder() function 138 return Filesystem::CreateFolder(path); in CreateFolder() 143 return !create || CreateFolder(path); in FinishPath()
|
D | unixfilesystem.cc | 95 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()
|
D | win32filesystem.cc | 50 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()
|
D | fileutils.h | 167 virtual bool CreateFolder(const Pathname &pathname) = 0; 305 static bool CreateFolder(const Pathname &pathname) { in CreateFolder() function 306 return EnsureDefaultFilesystem()->CreateFolder(pathname); in CreateFolder()
|
D | win32filesystem.h | 57 virtual bool CreateFolder(const Pathname &pathname);
|
D | unixfilesystem.h | 58 virtual bool CreateFolder(const Pathname &pathname);
|
D | fileutils.cc | 175 if (!CreateFolder(new_dir)) in DirectoryIterator()
|
D | diskcache.cc | 85 if (!folder_.empty() || !Filesystem::CreateFolder(folder)) in Initialize()
|
/external/chromium/sdch/open-vcdiff/src/gtest/ |
D | gtest-filepath.cc | 181 return parent.CreateDirectoriesRecursively() && this->CreateFolder(); in CreateDirectoriesRecursively() 188 bool FilePath::CreateFolder() const { in CreateFolder() function in testing::internal::FilePath
|
/external/protobuf/gtest/src/ |
D | gtest-filepath.cc | 279 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/ |
D | gtest-filepath.h | 131 bool CreateFolder() const;
|
/external/gtest/src/ |
D | gtest-filepath.cc | 311 return parent.CreateDirectoriesRecursively() && this->CreateFolder(); in CreateDirectoriesRecursively() 318 bool FilePath::CreateFolder() const { in CreateFolder() function in testing::internal::FilePath
|
/external/llvm/utils/unittest/googletest/ |
D | gtest-filepath.cc | 311 return parent.CreateDirectoriesRecursively() && this->CreateFolder(); in CreateDirectoriesRecursively() 318 bool FilePath::CreateFolder() const { in CreateFolder() function in testing::internal::FilePath
|
/external/chromium/testing/gtest/src/ |
D | gtest-filepath.cc | 311 return parent.CreateDirectoriesRecursively() && this->CreateFolder(); in CreateDirectoriesRecursively() 318 bool FilePath::CreateFolder() const { in CreateFolder() function in testing::internal::FilePath
|
/external/gtest/include/gtest/internal/ |
D | gtest-filepath.h | 154 bool CreateFolder() const;
|
/external/protobuf/gtest/include/gtest/internal/ |
D | gtest-filepath.h | 154 bool CreateFolder() const;
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-filepath.h | 154 bool CreateFolder() const;
|
/external/chromium/testing/gtest/include/gtest/internal/ |
D | gtest-filepath.h | 154 bool CreateFolder() const;
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_editor_base_controller_unittest.mm | 146 TEST_F(BookmarkEditorBaseControllerTest, CreateFolder) {
|