HomeSort by relevance Sort by last modified time
    Searched refs:CreateDirectory (Results 26 - 50 of 77) sorted by null

12 3 4

  /external/autotest/client/deps/glbench/src/
testbase.cc 105 base::CreateDirectory(dirname);
  /external/google-breakpad/src/testing/gtest/src/
gtest-filepath.cc 317 // exist. Not named "CreateDirectory" because that's a macro on Windows.
322 int result = CreateDirectory(unicode, NULL) ? 0 : -1;
  /external/googletest/googletest/src/
gtest-filepath.cc 324 // exist. Not named "CreateDirectory" because that's a macro on Windows.
329 int result = CreateDirectory(unicode, NULL) ? 0 : -1;
  /external/libchrome/base/files/
file_util.cc 186 bool CreateDirectory(const FilePath& full_path) {
file_util.h 270 BASE_EXPORT bool CreateDirectory(const FilePath& full_path);
  /external/libmojo/base/
path_service.cc 245 if (!PathExists(file_path) && !CreateDirectory(file_path))
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-filepath.cc 324 // exist. Not named "CreateDirectory" because that's a macro on Windows.
329 int result = CreateDirectory(unicode, NULL) ? 0 : -1;
  /external/llvm/utils/unittest/googletest/src/
gtest-filepath.cc 315 // exist. Not named "CreateDirectory" because that's a macro on Windows.
320 int result = CreateDirectory(unicode, NULL) ? 0 : -1;
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
os.h 225 #define CreateDirectory(name, pSecurity) mkdir(name, 0777)
  /external/mesa3d/src/gtest/src/
gtest-filepath.cc 319 // exist. Not named "CreateDirectory" because that's a macro on Windows.
324 int result = CreateDirectory(unicode, NULL) ? 0 : -1;
  /external/protobuf/gtest/src/
gtest-filepath.cc 317 // exist. Not named "CreateDirectory" because that's a macro on Windows.
322 int result = CreateDirectory(unicode, NULL) ? 0 : -1;
  /external/python/cpython2/PC/bdist_wininst/
extract.c 37 if (!CreateDirectory(pathname, NULL) && notify)
39 "CreateDirectory (%s)", pathname);
49 "CreateDirectory (%s)", pathname);
  /external/python/cpython3/PC/bdist_wininst/
extract.c 36 if (!CreateDirectory(pathname, NULL) && notify)
38 "CreateDirectory (%s)", pathname);
48 "CreateDirectory (%s)", pathname);
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
gtest-filepath.cc 317 // exist. Not named "CreateDirectory" because that's a macro on Windows.
322 int result = CreateDirectory(unicode, NULL) ? 0 : -1;
  /external/v8/testing/gtest/src/
gtest-filepath.cc 324 // exist. Not named "CreateDirectory" because that's a macro on Windows.
329 int result = CreateDirectory(unicode, NULL) ? 0 : -1;
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-filepath.cc 319 // exist. Not named "CreateDirectory" because that's a macro on Windows.
324 int result = CreateDirectory(unicode, NULL) ? 0 : -1;
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/src/
gtest-filepath.cc 319 // exist. Not named "CreateDirectory" because that's a macro on Windows.
324 int result = CreateDirectory(unicode, NULL) ? 0 : -1;
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/src/
gtest-filepath.cc 319 // exist. Not named "CreateDirectory" because that's a macro on Windows.
324 int result = CreateDirectory(unicode, NULL) ? 0 : -1;
  /system/update_engine/common/
prefs.cc 134 TEST_AND_RETURN_FALSE(base::CreateDirectory(filename.DirName()));
  /external/libvncserver/libvncserver/tightvnc-filetransfer/
filetransfermsg.c 778 #undef CreateDirectory /* Prevent macro clashes under Windows */
782 CreateDirectory(char* dirName)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fileapi.h 176 #define CreateDirectory __MINGW_NAME_AW(CreateDirectory)
  /external/deqp/framework/delibs/decpp/
deFilePath.cpp 247 if (!CreateDirectory(path, DE_NULL))
257 void createDirectory (const char* path)
291 createDirectory(parentIter->c_str());
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/
InstallPkg.py 56 from Core.PackageFile import CreateDirectory
587 CreateDirectory(DestDir)
    [all...]
  /external/chromium-trace/catapult/common/py_utils/py_utils/
cloud_storage_unittest.py 161 self.fs.CreateDirectory(dir_path)
  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
cloud_storage_info_unittest.py 178 self.fs.CreateDirectory(stale_path)

Completed in 774 milliseconds

12 3 4