Searched refs:formatPath (Results 1 – 1 of 1) sorted by relevance
520 std::string formatPath = path; in ExcludeFilter() local523 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() local617 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() local645 if (fileStat.isDir == true && formatPath.back() != FILE_SEPARATOR_CHAR) { in InsertStatFile()646 formatPath.push_back(FILE_SEPARATOR_CHAR); in InsertStatFile()[all …]