Searched refs:IsDirHiddenRecursive (Results 1 – 8 of 8) sorted by relevance
124 bool ret = RingtoneScannerUtils::IsDirHiddenRecursive(path);126 ret = RingtoneScannerUtils::IsDirHiddenRecursive(RINGTONE_DEFAULT_STR);
202 bool ret = ScannerUtils::IsDirHiddenRecursive(path);205 ret = ScannerUtils::IsDirHiddenRecursive(path);
62 EXPORT static bool IsDirHiddenRecursive(const std::string &path);
101 EXPORT static bool IsDirHiddenRecursive(const std::string &path, bool skipPhoto = true);
154 bool RingtoneScannerUtils::IsDirHiddenRecursive(const string &path) in IsDirHiddenRecursive() function in OHOS::Media::RingtoneScannerUtils
242 if (RingtoneScannerUtils::IsDirHiddenRecursive(dir_)) { in ScanDirInternal()
170 bool ScannerUtils::IsDirHiddenRecursive(const string &path, bool skipPhoto) in IsDirHiddenRecursive() function in OHOS::Media::ScannerUtils
875 if (ScannerUtils::IsDirHiddenRecursive(dir_, skipPhoto_)) { in ScanDirInternal()