Home
last modified time | relevance | path

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

/commonlibrary/c_utils/base/src/
H A Ddirectory_ex.cpp161 string currentPath = ExcludeTrailingPathDelimiter(path); in GetDirFiles() local
170 auto pos = currentPath.find_last_of("/"); in GetDirFiles()
172 currentPath.erase(pos); in GetDirFiles()
199 currentPath = IncludeTrailingPathDelimiter(currentPath) + name; in GetDirFiles()
201 files.push_back(IncludeTrailingPathDelimiter(currentPath) + name); in GetDirFiles()
406 string currentPath = ExcludeTrailingPathDelimiter(path); in ChangeModeDirectory() local
407 if (access(currentPath.c_str(), F_OK) == 0) { in ChangeModeDirectory()
408 if (!ChangeMode(currentPath, mode)) { in ChangeModeDirectory()

Completed in 2 milliseconds