Searched refs:CreateFolder (Results 1 - 25 of 30) sorted by relevance

12

/external/webrtc/webrtc/base/
H A Dpathutils.h122 inline bool CreateFolder(const Pathname& path) { function in namespace:rtc
123 return Filesystem::CreateFolder(path);
128 return !create || CreateFolder(path);
H A Dunixfilesystem.h59 virtual bool CreateFolder(const Pathname &pathname, mode_t mode);
62 bool CreateFolder(const Pathname& pathname) override;
H A Dwin32filesystem.h40 virtual bool CreateFolder(const Pathname &pathname);
H A Dunixfilesystem.cc92 bool UnixFilesystem::CreateFolder(const Pathname &path, mode_t mode) { function in class:rtc::UnixFilesystem
113 if (!CreateFolder(Pathname(pathname.substr(0, len)), mode)) {
121 bool UnixFilesystem::CreateFolder(const Pathname &path) { function in class:rtc::UnixFilesystem
122 return CreateFolder(path, 0755);
203 return !create || CreateFolder(pathname);
326 // that you could not call CreateFolder(pathname).
461 if (!CreateFolder(*path, 0700)) {
H A Dfileutils.h148 virtual bool CreateFolder(const Pathname &pathname) = 0;
286 static bool CreateFolder(const Pathname &pathname) { function in class:rtc::Filesystem
287 return EnsureDefaultFilesystem()->CreateFolder(pathname);
H A Dwin32filesystem.cc34 bool Win32Filesystem::CreateFolder(const Pathname &pathname) { function in class:rtc::Win32Filesystem
56 if (!CreateFolder(parent)) {
218 return !create || CreateFolder(pathname);
372 return CreateFolder(*path);
H A Dfilerotatingstream_unittest.cc33 ASSERT_TRUE(Filesystem::CreateFolder(test_path));
192 ASSERT_TRUE(Filesystem::CreateFolder(test_path));
H A Dfileutils.cc164 if (!CreateFolder(new_dir))
H A Dfileutils_mock.h173 bool CreateFolder(const Pathname &pathname) { function in class:rtc::FakeFileSystem
H A Ddiskcache.cc70 if (!folder_.empty() || !Filesystem::CreateFolder(folder))
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-filepath.h154 bool CreateFolder() const;
/external/gtest/include/gtest/internal/
H A Dgtest-filepath.h150 bool CreateFolder() const;
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-filepath.h154 bool CreateFolder() const;
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-filepath.h154 bool CreateFolder() const;
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-filepath.h154 bool CreateFolder() const;
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-filepath.h150 bool CreateFolder() const;
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-filepath.cc311 return parent.CreateDirectoriesRecursively() && this->CreateFolder();
318 bool FilePath::CreateFolder() const { function in class:testing::internal::FilePath
/external/gtest/src/
H A Dgtest-filepath.cc313 return parent.CreateDirectoriesRecursively() && this->CreateFolder();
320 bool FilePath::CreateFolder() const { function in class:testing::internal::FilePath
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-filepath.cc309 return parent.CreateDirectoriesRecursively() && this->CreateFolder();
316 bool FilePath::CreateFolder() const { function in class:testing::internal::FilePath
/external/mesa3d/src/gtest/src/
H A Dgtest-filepath.cc311 return parent.CreateDirectoriesRecursively() && this->CreateFolder();
318 bool FilePath::CreateFolder() const { function in class:testing::internal::FilePath
/external/protobuf/gtest/src/
H A Dgtest-filepath.cc311 return parent.CreateDirectoriesRecursively() && this->CreateFolder();
318 bool FilePath::CreateFolder() const { function in class:testing::internal::FilePath
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest-filepath.cc313 return parent.CreateDirectoriesRecursively() && this->CreateFolder();
320 bool FilePath::CreateFolder() const { function in class:testing::internal::FilePath
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc8145 return parent.CreateDirectoriesRecursively() && this->CreateFolder();
8152 bool FilePath::CreateFolder() const {
/external/opencv3/modules/ts/src/
H A Dts_gtest.cpp8188 return parent.CreateDirectoriesRecursively() && this->CreateFolder();
8195 bool FilePath::CreateFolder() const {
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc7519 return parent.CreateDirectoriesRecursively() && this->CreateFolder();
7526 bool FilePath::CreateFolder() const {

Completed in 650 milliseconds

12