Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H A Dcj_zip.cpp54 FilePath localFilePath = filePath; in IsHiddenFile() local
55 if (!localFilePath.Value().empty()) { in IsHiddenFile()
56 return localFilePath.Value().c_str()[0] == HIDDEN_SEPARATOR; in IsHiddenFile()
/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()

Completed in 2 milliseconds