Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Dability_stage_context.cpp290 std::string strFolderPath; in CreateMultiDir() local
293 strFolderPath = tempStr.substr(0, pos); in CreateMultiDir()
294 if (Access(strFolderPath)) { in CreateMultiDir()
300 Mkdir(strFolderPath); in CreateMultiDir()