Searched defs:folderPath (Results 1 – 5 of 5) sorted by relevance
36 async function existDir(folderPath) { argument49 async function mkdir(folderPath) { argument57 async function readDir(folderPath) { argument68 async function clearDir(folderPath) { argument80 async function deleteDir(folderPath) { argument158 async function recursiveCreateFolders(folderPath) { argument
83 std::string HandleRelativeFolder(std::string& folderPath) in HandleRelativeFolder()123 std::string HandleAbsoluteFolder(std::string& folderPath) in HandleAbsoluteFolder()
150 const folderPath = last + path.sep + folder constant
303 string folderPath = "/" + filePath.substr(0, pos); in CheckAndCreateDirectory() local
249 size_t SqliteUtils::DeleteFolder(const std::string &folderPath) in DeleteFolder()