Searched refs:MakeDir (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/native_client_sdk/src/build_tools/
H A Dnacl-mono-builder.py47 buildbot_common.MakeDir(MONO_BUILD_DIR)
103 buildbot_common.MakeDir(MONO_DIR)
H A Dbuild_projects.py68 buildbot_common.MakeDir(exampledir)
83 buildbot_common.MakeDir(tools_lib_dir)
142 buildbot_common.MakeDir(dirpath)
149 buildbot_common.MakeDir(dirpath)
H A Dbuild_app.py109 buildbot_common.MakeDir(app_dir)
112 buildbot_common.MakeDir(os.path.join(app_dir, 'tools'))
113 buildbot_common.MakeDir(os.path.join(app_dir, 'toolchain'))
H A Dgenerate_make.py170 buildbot_common.MakeDir(dst_dir)
183 buildbot_common.MakeDir(dst_path)
206 buildbot_common.MakeDir(out_dir)
H A Dbuild_sdk.py161 buildbot_common.MakeDir(pepperdir)
166 buildbot_common.MakeDir(os.path.join(pepperdir, subdir))
203 buildbot_common.MakeDir(tmpdir)
307 buildbot_common.MakeDir(os.path.dirname(dest))
403 buildbot_common.MakeDir(os.path.join(pepperdir, 'tools'))
632 buildbot_common.MakeDir(dirpath)
743 buildbot_common.MakeDir(os.path.dirname(tarfile))
873 buildbot_common.MakeDir(os.path.dirname(tarfile))
H A Dbuild_updater.py107 buildbot_common.MakeDir(os.path.dirname(out_file))
H A Dbuildbot_common.py162 def MakeDir(dst): function
/external/chromium_org/native_client_sdk/src/examples/api/file_io/
H A Dfile_io.cc138 callback_factory_.NewCallback(&FileIoInstance::MakeDir, dir_name));
308 void MakeDir(int32_t /* result */, const std::string& dir_name) { function in class:FileIoInstance
/external/chromium_org/native_client_sdk/src/tools/
H A Dcreate_nmf.py117 def MakeDir(dirname): function
325 MakeDir(os.path.dirname(destination))
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcucdtst.c66 static int32_t MakeDir(char* str);
1019 i=MakeDir(fields[4][0]);
1021 log_err("error: u_charDirection(U+%04lx)==%u instead of %u (%s)\n", c, u_charDirection(c), MakeDir(fields[4][0]), fields[4][0]);
1574 static int32_t MakeDir(char* str) function
/external/icu/icu4c/source/test/cintltst/
H A Dcucdtst.c66 static int32_t MakeDir(char* str);
1018 i=MakeDir(fields[4][0]);
1020 log_err("error: u_charDirection(U+%04lx)==%u instead of %u (%s)\n", c, u_charDirection(c), MakeDir(fields[4][0]), fields[4][0]);
1573 static int32_t MakeDir(char* str) function

Completed in 227 milliseconds