Searched defs:MakeDir (Results 1 - 2 of 2) sorted by relevance

/external/toolchain-utils/automation/common/
H A Dcommand.py198 MakeDir(to_path), Shell('rsync', '-a', '%s:%s' %
206 def MakeDir(*dirs, **kwargs): function
225 MakeDir(dest_dir), Shell('tar', '-x', '-f', tar_file, '-C', dest_dir))
241 return Chain(MakeDir(os.path.dirname(tar_file)), Shell('tar', *options))
/external/icu/icu4c/source/test/cintltst/
H A Dcucdtst.c68 static int32_t MakeDir(char* str);
1021 i=MakeDir(fields[4][0]);
1023 log_err("error: u_charDirection(U+%04lx)==%u instead of %u (%s)\n", c, u_charDirection(c), MakeDir(fields[4][0]), fields[4][0]);
1576 static int32_t MakeDir(char* str) function

Completed in 204 milliseconds