Home
last modified time | relevance | path

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

12

/external/webrtc/webrtc/base/
Dpathutils.h122 inline bool CreateFolder(const Pathname& path) { in CreateFolder() function
123 return Filesystem::CreateFolder(path); in CreateFolder()
128 return !create || CreateFolder(path); in FinishPath()
Dunixfilesystem.cc92 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()
Dunixfilesystem.h59 virtual bool CreateFolder(const Pathname &pathname, mode_t mode);
62 bool CreateFolder(const Pathname& pathname) override;
Dwin32filesystem.cc34 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()
Dfileutils.h148 virtual bool CreateFolder(const Pathname &pathname) = 0;
286 static bool CreateFolder(const Pathname &pathname) { in CreateFolder() function
287 return EnsureDefaultFilesystem()->CreateFolder(pathname); in CreateFolder()
Dwin32filesystem.h40 virtual bool CreateFolder(const Pathname &pathname);
Dfilerotatingstream_unittest.cc33 ASSERT_TRUE(Filesystem::CreateFolder(test_path)); in Init()
192 ASSERT_TRUE(Filesystem::CreateFolder(test_path)); in Init()
Dfileutils_mock.h173 bool CreateFolder(const Pathname &pathname) { in CreateFolder() function
Dfileutils.cc164 if (!CreateFolder(new_dir)) in DirectoryIterator()
Ddiskcache.cc70 if (!folder_.empty() || !Filesystem::CreateFolder(folder)) in Initialize()
/external/mesa3d/src/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/protobuf/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/src/
Dgtest-filepath.cc309 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/
Dgtest-filepath.cc313 return parent.CreateDirectoriesRecursively() && this->CreateFolder(); in CreateDirectoriesRecursively()
320 bool FilePath::CreateFolder() const { in CreateFolder() function in testing::internal::FilePath
/external/gtest/src/
Dgtest-filepath.cc313 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/
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.h150 bool CreateFolder() const;
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
Dgtest-filepath.h150 bool CreateFolder() const;
/external/mesa3d/src/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/protobuf/gtest/include/gtest/internal/
Dgtest-filepath.h154 bool CreateFolder() const;
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-filepath.h154 bool CreateFolder() const;
/external/protobuf/gtest/fused-src/gtest/
Dgtest-all.cc7519 return parent.CreateDirectoriesRecursively() && this->CreateFolder(); in CreateDirectoriesRecursively()
7526 bool FilePath::CreateFolder() const { in CreateFolder() function in testing::internal::FilePath
/external/opencv3/modules/ts/src/
Dts_gtest.cpp8188 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/
Dgtest-all.cc8145 return parent.CreateDirectoriesRecursively() && this->CreateFolder(); in CreateDirectoriesRecursively()
8152 bool FilePath::CreateFolder() const { in CreateFolder() function in testing::internal::FilePath

12