HomeSort by relevance Sort by last modified time
    Searched refs:CreateFolder (Results 1 - 18 of 18) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
pathutils.h 137 inline bool CreateFolder(const Pathname& path) {
138 return Filesystem::CreateFolder(path);
143 return !create || CreateFolder(path);
unixfilesystem.h 58 virtual bool CreateFolder(const Pathname &pathname);
win32filesystem.h 57 virtual bool CreateFolder(const Pathname &pathname);
fileutils.h 167 virtual bool CreateFolder(const Pathname &pathname) = 0;
305 static bool CreateFolder(const Pathname &pathname) {
306 return EnsureDefaultFilesystem()->CreateFolder(pathname);
unixfilesystem.cc 95 bool UnixFilesystem::CreateFolder(const Pathname &path) {
116 if (!CreateFolder(Pathname(pathname.substr(0, len)))) {
201 return !create || CreateFolder(pathname);
320 // that you could not call CreateFolder(pathname).
451 return CreateFolder(*path);
win32filesystem.cc 50 bool Win32Filesystem::CreateFolder(const Pathname &pathname) {
72 if (!CreateFolder(parent)) {
234 return !create || CreateFolder(pathname);
388 return CreateFolder(*path);
fileutils.cc 175 if (!CreateFolder(new_dir))
diskcache.cc 85 if (!folder_.empty() || !Filesystem::CreateFolder(folder))
  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-filepath.h 131 bool CreateFolder() const;
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-filepath.cc 181 return parent.CreateDirectoriesRecursively() && this->CreateFolder();
188 bool FilePath::CreateFolder() const {
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-filepath.h 154 bool CreateFolder() const;
  /external/gtest/include/gtest/internal/
gtest-filepath.h 154 bool CreateFolder() const;
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-filepath.h 154 bool CreateFolder() const;
  /external/protobuf/gtest/include/gtest/internal/
gtest-filepath.h 154 bool CreateFolder() const;
  /external/chromium/testing/gtest/src/
gtest-filepath.cc 311 return parent.CreateDirectoriesRecursively() && this->CreateFolder();
318 bool FilePath::CreateFolder() const {
  /external/gtest/src/
gtest-filepath.cc 281 return parent.CreateDirectoriesRecursively() && this->CreateFolder();
288 bool FilePath::CreateFolder() const {
  /external/llvm/utils/unittest/googletest/
gtest-filepath.cc 311 return parent.CreateDirectoriesRecursively() && this->CreateFolder();
318 bool FilePath::CreateFolder() const {
  /external/protobuf/gtest/src/
gtest-filepath.cc 279 return parent.CreateDirectoriesRecursively() && this->CreateFolder();
286 bool FilePath::CreateFolder() const {

Completed in 1441 milliseconds