Home
last modified time | relevance | path

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

/foundation/filemanagement/storage_service/services/storage_daemon/quota/
H A Dquota_manager.cpp523 std::string formatPath = path; in ExcludeFilter() local
526 if (formatPath.compare(exclude->first) == 0) { in ExcludeFilter()
530 if (formatPath.compare(0, exclude->first.size(), exclude->first) == 0) { in ExcludeFilter()
619 std::string formatPath = dir; in AddOuterDirIntoFileStat() local
620 if (formatPath.back() != FILE_SEPARATOR_CHAR) { in AddOuterDirIntoFileStat()
621 formatPath.push_back(FILE_SEPARATOR_CHAR); in AddOuterDirIntoFileStat()
623 if (ExcludeFilter(excludesMap, formatPath) == false) { in AddOuterDirIntoFileStat()
647 std::string formatPath = path; in InsertStatFile() local
648 if (fileStat.isDir == true && formatPath.back() != FILE_SEPARATOR_CHAR) { in InsertStatFile()
649 formatPath in InsertStatFile()
[all...]
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/io/dev/
H A DFileMonitor.cpp38 void formatPath(std::string& aPath, bool isDirectory) in formatPath() function
97 formatPath(absolutePath, isDirectory); in resolveAbsolutePath()

Completed in 3 milliseconds