Home
last modified time | relevance | path

Searched defs:createDir (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2ets/src/
DdeclGen.ts22 function createDir(path: string): void { function
/arkcompiler/runtime_core/static_core/dprof/libstorage/dprof/
Dstorage.cpp89 …d::unique_ptr<AppDataStorage> AppDataStorage::Create(const std::string &storageDir, bool createDir) in Create()