Searched refs:IsDirHidden (Results 1 – 8 of 8) sorted by relevance
132 bool RingtoneScannerUtils::IsDirHidden(const string &path) in IsDirHidden() function in OHOS::Media::RingtoneScannerUtils159 while (!IsDirHidden(curPath)) { in IsDirHiddenRecursive()
362 if (RingtoneScannerUtils::IsDirHidden(currentPath)) { in WalkFileTree()
142 bool ScannerUtils::IsDirHidden(const string &path, bool skipPhoto) in IsDirHidden() function in OHOS::Media::ScannerUtils176 dirHid = IsDirHidden(curPath, skipPhoto); in IsDirHiddenRecursive()
850 if (ScannerUtils::IsDirHidden(currentPath, skipPhoto_)) { in WalkFileTree()
115 bool ret = RingtoneScannerUtils::IsDirHidden(path);117 ret = RingtoneScannerUtils::IsDirHidden(RINGTONE_DEFAULT_STR);
192 bool ret = ScannerUtils::IsDirHidden(path);195 ret = ScannerUtils::IsDirHidden(path);
63 EXPORT static bool IsDirHidden(const std::string &path);
102 EXPORT static bool IsDirHidden(const std::string &path, bool skipPhoto = true);