Home
last modified time | relevance | path

Searched defs:folderPath (Results 1 – 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/test/component_test/tools/previewer_host/utils/
Dfile.js36 async function existDir(folderPath) { argument
49 async function mkdir(folderPath) { argument
57 async function readDir(folderPath) { argument
68 async function clearDir(folderPath) { argument
80 async function deleteDir(folderPath) { argument
158 async function recursiveCreateFolders(folderPath) { argument
/foundation/arkui/ace_engine/frameworks/component_test/
Dtest_result_recorder.cpp83 std::string HandleRelativeFolder(std::string& folderPath) in HandleRelativeFolder()
123 std::string HandleAbsoluteFolder(std::string& folderPath) in HandleAbsoluteFolder()
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala/ets-plugin/test/
Dutils.ts150 const folderPath = last + path.sep + folder constant
/foundation/filemanagement/app_file_service/utils/src/b_filesystem/
Db_dir.cpp303 string folderPath = "/" + filePath.substr(0, pos); in CheckAndCreateDirectory() local
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
Dsqlite_utils.cpp249 size_t SqliteUtils::DeleteFolder(const std::string &folderPath) in DeleteFolder()