Home
last modified time | relevance | path

Searched refs:MkdirExec (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dprop_n_exporter.cpp412 static NError MkdirExec(const string &path, bool recursion, bool hasOption) in MkdirExec() function
474 return MkdirExec(path, recursion, hasOption); in Mkdir()
520 auto err = MkdirExec(path.get(), recursion, hasOption); in MkdirSync()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_file/class_file/
H A Dfile_n_exporter.cpp257 void MkdirExec(napi_env env, void *data) in MkdirExec() function
973 …te_async_work(env, nullptr, NVal::CreateUTF8String(env, "ResourceName").val_, MkdirExec, MkdirComp, in Mkdir()