Searched refs:excludePath (Results 1 – 3 of 3) sorted by relevance
144 string excludePath = curPath.append("/.nomedia"); in IsDirHidden() local146 if (RingtoneScannerUtils::IsExists(excludePath)) { in IsDirHidden()
154 string excludePath = curPath.append("/.nomedia"); in IsDirHidden() local156 if (ScannerUtils::IsExists(excludePath)) { in IsDirHidden()
712 static void SetExcludePathMap(std::string &excludePath, std::map<std::string, bool> &excludesMap) in SetExcludePathMap() argument714 if (excludePath.empty()) { in SetExcludePathMap()719 if (stat(excludePath.c_str(), &fileStatInfo) != 0) { in SetExcludePathMap()720 …LOGE("SetExcludePathMap call stat error %{private}s, errno:%{public}d", excludePath.c_str(), errno… in SetExcludePathMap()724 if (excludePath.back() != FILE_SEPARATOR_CHAR) { in SetExcludePathMap()725 excludePath.push_back(FILE_SEPARATOR_CHAR); in SetExcludePathMap()727 excludesMap.insert({excludePath, true}); in SetExcludePathMap()729 excludesMap.insert({excludePath, false}); in SetExcludePathMap()