/external/webrtc/webrtc/base/ |
D | pathutils.h | 122 inline bool CreateFolder(const Pathname& path) { in CreateFolder() function 123 return Filesystem::CreateFolder(path); in CreateFolder() 128 return !create || CreateFolder(path); in FinishPath()
|
D | unixfilesystem.cc | 92 bool UnixFilesystem::CreateFolder(const Pathname &path, mode_t mode) { in CreateFolder() function in rtc::UnixFilesystem 113 if (!CreateFolder(Pathname(pathname.substr(0, len)), mode)) { in CreateFolder() 121 bool UnixFilesystem::CreateFolder(const Pathname &path) { in CreateFolder() function in rtc::UnixFilesystem 122 return CreateFolder(path, 0755); in CreateFolder() 203 return !create || CreateFolder(pathname); in GetTemporaryFolder() 461 if (!CreateFolder(*path, 0700)) { in GetAppDataFolder()
|
D | unixfilesystem.h | 59 virtual bool CreateFolder(const Pathname &pathname, mode_t mode); 62 bool CreateFolder(const Pathname& pathname) override;
|
D | win32filesystem.cc | 34 bool Win32Filesystem::CreateFolder(const Pathname &pathname) { in CreateFolder() function in rtc::Win32Filesystem 56 if (!CreateFolder(parent)) { in CreateFolder() 218 return !create || CreateFolder(pathname); in GetTemporaryFolder() 372 return CreateFolder(*path); in GetAppDataFolder()
|
D | fileutils.h | 148 virtual bool CreateFolder(const Pathname &pathname) = 0; 286 static bool CreateFolder(const Pathname &pathname) { in CreateFolder() function 287 return EnsureDefaultFilesystem()->CreateFolder(pathname); in CreateFolder()
|
D | win32filesystem.h | 40 virtual bool CreateFolder(const Pathname &pathname);
|
D | filerotatingstream_unittest.cc | 33 ASSERT_TRUE(Filesystem::CreateFolder(test_path)); in Init() 192 ASSERT_TRUE(Filesystem::CreateFolder(test_path)); in Init()
|
D | fileutils_mock.h | 173 bool CreateFolder(const Pathname &pathname) { in CreateFolder() function
|
D | fileutils.cc | 164 if (!CreateFolder(new_dir)) in DirectoryIterator()
|
D | diskcache.cc | 70 if (!folder_.empty() || !Filesystem::CreateFolder(folder)) in Initialize()
|
/external/mesa3d/src/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/protobuf/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/src/ |
D | gtest-filepath.cc | 309 return parent.CreateDirectoriesRecursively() && this->CreateFolder(); in CreateDirectoriesRecursively() 316 bool FilePath::CreateFolder() const { in CreateFolder() function in testing::internal::FilePath
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/ |
D | gtest-filepath.cc | 313 return parent.CreateDirectoriesRecursively() && this->CreateFolder(); in CreateDirectoriesRecursively() 320 bool FilePath::CreateFolder() const { in CreateFolder() function in testing::internal::FilePath
|
/external/gtest/src/ |
D | gtest-filepath.cc | 313 return parent.CreateDirectoriesRecursively() && this->CreateFolder(); in CreateDirectoriesRecursively() 320 bool FilePath::CreateFolder() const { in CreateFolder() function in testing::internal::FilePath
|
/external/google-breakpad/src/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 | 150 bool CreateFolder() const;
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/ |
D | gtest-filepath.h | 150 bool CreateFolder() const;
|
/external/mesa3d/src/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/protobuf/gtest/include/gtest/internal/ |
D | gtest-filepath.h | 154 bool CreateFolder() const;
|
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
D | gtest-filepath.h | 154 bool CreateFolder() const;
|
/external/protobuf/gtest/fused-src/gtest/ |
D | gtest-all.cc | 7519 return parent.CreateDirectoriesRecursively() && this->CreateFolder(); in CreateDirectoriesRecursively() 7526 bool FilePath::CreateFolder() const { in CreateFolder() function in testing::internal::FilePath
|
/external/opencv3/modules/ts/src/ |
D | ts_gtest.cpp | 8188 return parent.CreateDirectoriesRecursively() && this->CreateFolder(); in CreateDirectoriesRecursively() 8195 bool FilePath::CreateFolder() const { in CreateFolder() function in testing::internal::FilePath
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-all.cc | 8145 return parent.CreateDirectoriesRecursively() && this->CreateFolder(); in CreateDirectoriesRecursively() 8152 bool FilePath::CreateFolder() const { in CreateFolder() function in testing::internal::FilePath
|