Home
last modified time | relevance | path

Searched refs:ForceCreateDirectory (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/platform/unix/ohos/
H A Ddirectory.cpp21 bool ForceCreateDirectory(const std::string &path) in ForceCreateDirectory() function
23 if (!OHOS::ForceCreateDirectory(path)) { in ForceCreateDirectory()
/arkcompiler/ets_runtime/ecmascript/platform/unix/
H A Ddirectory.cpp20 bool ForceCreateDirectory(const std::string &path) in ForceCreateDirectory() function
/arkcompiler/ets_runtime/ecmascript/platform/windows/
H A Ddirectory.cpp19 bool ForceCreateDirectory([[maybe_unused]] const std::string &path) in ForceCreateDirectory() function
/arkcompiler/ets_runtime/ecmascript/platform/
H A Ddirectory.h23 bool PUBLIC_API ForceCreateDirectory(const std::string &path);
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dfile_generators.cpp644 if (!panda::ecmascript::ForceCreateDirectory(path)) { in CreateDirIfNotExist()

Completed in 3 milliseconds