HomeSort by relevance Sort by last modified time
    Searched defs:MakeDirectory (Results 1 - 2 of 2) sorted by null

  /external/libchrome/build/android/gyp/util/
build_utils.py 59 def MakeDirectory(dir_path):
75 MakeDirectory(os.path.dirname(path))
257 MakeDirectory(path)
266 MakeDirectory(os.path.join(path, name))
282 MakeDirectory(os.path.dirname(dest))
497 MakeDirectory(os.path.dirname(depfile_path))
  /external/v8/src/
d8-posix.cc 646 void Shell::MakeDirectory(const v8::FunctionCallbackInfo<v8::Value>& args) {
871 FunctionTemplate::New(isolate, MakeDirectory));

Completed in 320 milliseconds