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

12

/external/chromium_org/third_party/webrtc/base/
H A Dpathutils.h120 inline bool CreateFolder(const Pathname& path) { function in namespace:rtc
121 return Filesystem::CreateFolder(path);
126 return !create || CreateFolder(path);
H A Dunixfilesystem.h59 virtual bool CreateFolder(const Pathname &pathname, mode_t mode);
62 virtual bool CreateFolder(const Pathname &pathname);
H A Dwin32filesystem.h40 virtual bool CreateFolder(const Pathname &pathname);
H A Dunixfilesystem.cc91 bool UnixFilesystem::CreateFolder(const Pathname &path, mode_t mode) { function in class:rtc::UnixFilesystem
112 if (!CreateFolder(Pathname(pathname.substr(0, len)), mode)) {
120 bool UnixFilesystem::CreateFolder(const Pathname &path) { function in class:rtc::UnixFilesystem
121 return CreateFolder(path, 0755);
202 return !create || CreateFolder(pathname);
325 // that you could not call CreateFolder(pathname).
460 if (!CreateFolder(*path, 0700)) {
H A Dfileutils.h152 virtual bool CreateFolder(const Pathname &pathname) = 0;
290 static bool CreateFolder(const Pathname &pathname) { function in class:rtc::Filesystem
291 return EnsureDefaultFilesystem()->CreateFolder(pathname);
H A Dwin32filesystem.cc33 bool Win32Filesystem::CreateFolder(const Pathname &pathname) { function in class:rtc::Win32Filesystem
55 if (!CreateFolder(parent)) {
217 return !create || CreateFolder(pathname);
371 return CreateFolder(*path);
H A Dfileutils.cc159 if (!CreateFolder(new_dir))
H A Dfileutils_mock.h173 bool CreateFolder(const Pathname &pathname) { function in class:rtc::FakeFileSystem
H A Ddiskcache.cc68 if (!folder_.empty() || !Filesystem::CreateFolder(folder))
/external/chromium_org/chrome/browser/bookmarks/
H A Dchrome_bookmark_client_unittest.cc71 static base::DictionaryValue* CreateFolder(const std::string& title, function in class:ChromeBookmarkClientTest
82 folder->Append(CreateFolder("Empty", empty));
87 list->Append(CreateFolder("Folder", folder));
93 return CreateFolder(GetManagedFolderTitle(), CreateTestTree());
179 CreateFolder(GetManagedFolderTitle(), updated.release()));
196 CreateFolder(GetManagedFolderTitle(), updated.release()));
203 updated->Append(CreateFolder("Container", CreateTestTree()));
217 CreateFolder(GetManagedFolderTitle(), updated.release()));
/external/chromium_org/components/policy/core/browser/
H A Dmanaged_bookmarks_tracker_unittest.cc100 static base::DictionaryValue* CreateFolder(const std::string& title, function in class:policy::ManagedBookmarksTrackerTest
111 folder->Append(CreateFolder("Empty", empty));
116 list->Append(CreateFolder("Folder", folder));
131 return CreateFolder(GetManagedFolderTitle(), CreateTestTree());
212 CreateFolder(GetManagedFolderTitle(), updated.release()));
232 CreateFolder(GetManagedFolderTitle(), updated.release()));
242 updated->Append(CreateFolder("Container", CreateTestTree()));
256 CreateFolder(GetManagedFolderTitle(), updated.release()));
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-filepath.h150 bool CreateFolder() const;
/external/chromium_org/third_party/mesa/src/src/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/chromium_org/testing/gtest/src/
H A Dgtest-filepath.cc318 return parent.CreateDirectoriesRecursively() && this->CreateFolder();
325 bool FilePath::CreateFolder() const { function in class:testing::internal::FilePath
/external/chromium_org/third_party/mesa/src/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/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.cc279 return parent.CreateDirectoriesRecursively() && this->CreateFolder();
286 bool FilePath::CreateFolder() const { function in class:testing::internal::FilePath
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dremote_to_local_syncer.h190 void CreateFolder(scoped_ptr<SyncTaskToken> token);
H A Dremote_to_local_syncer.cc522 CreateFolder(token.Pass());
541 CreateFolder(token.Pass());
835 void RemoteToLocalSyncer::CreateFolder(scoped_ptr<SyncTaskToken> token) { function in class:sync_file_system::drive_backend::RemoteToLocalSyncer

Completed in 2221 milliseconds

12