HomeSort by relevance Sort by last modified time
    Searched defs:CreateFolder (Results 1 - 19 of 19) 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);
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);
  /external/chromium_org/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);
fileutils.h 169 virtual bool CreateFolder(const Pathname &pathname) = 0;
307 static bool CreateFolder(const Pathname &pathname) {
308 return EnsureDefaultFilesystem()->CreateFolder(pathname);
fileutils_mock.h 190 bool CreateFolder(const Pathname &pathname) {
unixfilesystem.cc 84 bool UnixFilesystem::CreateFolder(const Pathname &path, mode_t mode) {
105 if (!CreateFolder(Pathname(pathname.substr(0, len)), mode)) {
113 bool UnixFilesystem::CreateFolder(const Pathname &path) {
114 return CreateFolder(path, 0755);
195 return !create || CreateFolder(pathname);
318 // that you could not call CreateFolder(pathname).
448 if (!CreateFolder(*path, 0700)) {
win32filesystem.cc 50 bool Win32Filesystem::CreateFolder(const Pathname &pathname) {
72 if (!CreateFolder(parent)) {
234 return !create || CreateFolder(pathname);
388 return CreateFolder(*path);
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-filepath.cc 181 return parent.CreateDirectoriesRecursively() && this->CreateFolder();
188 bool FilePath::CreateFolder() const {
  /external/llvm/utils/unittest/googletest/
gtest-filepath.cc 309 return parent.CreateDirectoriesRecursively() && this->CreateFolder();
316 bool FilePath::CreateFolder() const {
  /external/open-vcdiff/gtest/src/
gtest-filepath.cc 279 return parent.CreateDirectoriesRecursively() && this->CreateFolder();
286 bool FilePath::CreateFolder() const {
  /external/protobuf/gtest/src/
gtest-filepath.cc 279 return parent.CreateDirectoriesRecursively() && this->CreateFolder();
286 bool FilePath::CreateFolder() const {
  /external/chromium/testing/gtest/src/
gtest-filepath.cc 311 return parent.CreateDirectoriesRecursively() && this->CreateFolder();
318 bool FilePath::CreateFolder() const {
  /external/chromium_org/testing/gtest/src/
gtest-filepath.cc 312 return parent.CreateDirectoriesRecursively() && this->CreateFolder();
319 bool FilePath::CreateFolder() const {
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-filepath.cc 311 return parent.CreateDirectoriesRecursively() && this->CreateFolder();
318 bool FilePath::CreateFolder() const {
  /external/gtest/src/
gtest-filepath.cc 311 return parent.CreateDirectoriesRecursively() && this->CreateFolder();
318 bool FilePath::CreateFolder() const {
  /external/mesa3d/src/gtest/src/
gtest-filepath.cc 311 return parent.CreateDirectoriesRecursively() && this->CreateFolder();
318 bool FilePath::CreateFolder() const {
  /ndk/sources/third_party/googletest/googletest/src/
gtest-filepath.cc 313 return parent.CreateDirectoriesRecursively() && this->CreateFolder();
320 bool FilePath::CreateFolder() const {

Completed in 567 milliseconds