Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/quota/
H A Dquota_manager.cpp520 std::string formatPath = path; in ExcludeFilter() local
523 if (formatPath.compare(exclude->first) == 0) { in ExcludeFilter()
527 if (formatPath.compare(0, exclude->first.size(), exclude->first) == 0) { in ExcludeFilter()
616 std::string formatPath = dir; in AddOuterDirIntoFileStat() local
617 if (formatPath.back() != FILE_SEPARATOR_CHAR) { in AddOuterDirIntoFileStat()
618 formatPath.push_back(FILE_SEPARATOR_CHAR); in AddOuterDirIntoFileStat()
620 if (ExcludeFilter(excludesMap, formatPath) == false) { in AddOuterDirIntoFileStat()
644 std::string formatPath = path; in InsertStatFile() local
645 if (fileStat.isDir == true && formatPath.back() != FILE_SEPARATOR_CHAR) { in InsertStatFile()
646 formatPath.push_back(FILE_SEPARATOR_CHAR); in InsertStatFile()
[all …]