HomeSort by relevance Sort by last modified time
    Searched refs:makedirs (Results 1 - 25 of 494) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
makedir.py 12 makedirs(p)
14 def makedirs(p): function
17 makedirs(head)
  /external/python/cpython2/Demo/scripts/
makedir.py 12 makedirs(p)
14 def makedirs(p): function
17 makedirs(head)
  /external/libmojo/mojo/public/tools/bindings/pylib/mojom/
fileutil.py 9 """A wrapper for os.makedirs that does not error if the directory already
14 os.makedirs(path)
  /development/vndk/tools/definition-tool/tests/
compat.py 31 from os import makedirs
33 def makedirs(path, exist_ok): function
36 return os.makedirs(path)
  /external/chromium-trace/catapult/devil/devil/utils/
file_utils.py 17 os.makedirs(os.path.dirname(dest_file))
  /external/libmojo/third_party/catapult/devil/devil/utils/
file_utils.py 17 os.makedirs(os.path.dirname(dest_file))
  /system/sepolicy/build/
file_utils.py 30 os.makedirs(parent_dir)
  /external/lisa/tests/lisa/
test_wlgen_perf.py 55 os.makedirs(self.host_out_dir)
73 os.makedirs(self.host_out_dir)
  /external/tensorflow/tensorflow/contrib/eager/python/examples/spinn/
data_test.py 93 os.makedirs(snli_1_0_dir)
123 os.makedirs(os.path.join(self._temp_data_dir, "snli"))
127 os.makedirs(os.path.join(self._temp_data_dir, "snli/snli_1.0"))
133 os.makedirs(glove_dir)
172 os.makedirs(os.path.join(self._temp_data_dir, "glove"))
219 os.makedirs(snli_1_0_dir)
223 os.makedirs(glove_dir)
242 os.makedirs(snli_1_0_dir)
246 os.makedirs(glove_dir)
  /external/autotest/server/
results_mocker.py 66 os.makedirs(self.results_dir)
68 os.makedirs(self.test_results)
70 os.makedirs(self.host_keyval_dir)
  /external/autotest/server/site_tests/provision_CheetsUpdate/lib/
build_artifact_fetcher.py 45 util.makedirs(os.path.dirname(local_path))
  /external/skia/infra/bots/assets/win_vulkan_sdk/
create.py 24 os.makedirs(target_dir)
  /external/skqp/infra/bots/assets/win_vulkan_sdk/
create.py 21 os.makedirs(target_dir)
  /test/vts-testcase/hal/script/build/
build_rule_gen_utils.py 44 os.makedirs(dir_path)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
LongFilePathOs.py 36 def makedirs(name, mode=0777): function
37 return os.makedirs(LongFilePath(name), mode)
  /pdk/build/
pdk_utils.py 29 os.makedirs(dest_full_path)
39 os.makedirs(dest_full_path)
57 os.makedirs(dest_full_path)
72 os.makedirs(dest_dir)
86 os.makedirs(dest_dir)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
websucker.py 80 makedirs(dir)
103 def makedirs(dir): function
119 makedirs(head)
  /external/python/cpython2/Tools/webchecker/
websucker.py 80 makedirs(dir)
103 def makedirs(dir): function
119 makedirs(head)
  /external/skia/infra/bots/assets/win_toolchain/
create.py 80 os.makedirs(dst_build)
88 os.makedirs(dst_depot_tools)
100 os.makedirs(target_dir)
  /external/skqp/infra/bots/assets/win_toolchain/
create.py 80 os.makedirs(dst_build)
88 os.makedirs(dst_depot_tools)
100 os.makedirs(target_dir)
  /external/gflags/test/
gflags_build.py.in 27 os.makedirs(bindir)
  /external/skia/infra/bots/assets/valgrind/
create.py 50 os.makedirs(INSTALL_DIR)
89 os.makedirs(TEMP_DIR)
  /external/skqp/infra/bots/assets/valgrind/
create.py 50 os.makedirs(INSTALL_DIR)
89 os.makedirs(TEMP_DIR)
  /external/autotest/client/site_tests/platform_FileNum/
platform_FileNum.py 47 os.makedirs(create_dir)
  /external/autotest/client/tests/libhugetlbfs/
libhugetlbfs.py 32 os.makedirs(dir)

Completed in 374 milliseconds

1 2 3 4 5 6 7 8 91011>>