Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip.cpp54 FilePath localFilePath = filePath; in IsHiddenFile() local
55 if (!localFilePath.Value().empty()) { in IsHiddenFile()
56 return localFilePath.Value()[0] == HIDDEN_SEPARATOR; in IsHiddenFile()