Home
last modified time | relevance | path

Searched refs:MakeDirectory (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/build/android/gyp/util/
Dbuild_utils.py59 def MakeDirectory(dir_path): function
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/
Dd8-posix.cc646 void Shell::MakeDirectory(const v8::FunctionCallbackInfo<v8::Value>& args) { in MakeDirectory() function in v8::Shell
871 FunctionTemplate::New(isolate, MakeDirectory)); in AddOSMethods()
Dd8.h510 static void MakeDirectory(const v8::FunctionCallbackInfo<v8::Value>& args);