Home
last modified time | relevance | path

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

/external/libmojo/build/android/gyp/util/
Dbuild_utils.py44 def MakeDirectory(dir_path): function
60 MakeDirectory(os.path.dirname(path))
226 MakeDirectory(path)
249 MakeDirectory(os.path.dirname(dest))
/external/v8/src/
Dd8-posix.cc647 void Shell::MakeDirectory(const v8::FunctionCallbackInfo<v8::Value>& args) { in MakeDirectory() function in v8::Shell
769 FunctionTemplate::New(isolate, MakeDirectory)); in AddOSMethods()
Dd8.h441 static void MakeDirectory(const v8::FunctionCallbackInfo<v8::Value>& args);