Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H A Dcj_zip.cpp110 FilePath FilePathEndIsSeparator(FilePath paramPath) in FilePathEndIsSeparator() argument
112 bool endIsSeparator = EndsWith(paramPath.Value(), SEPARATOR); in FilePathEndIsSeparator()
113 if (FilePath::IsDir(paramPath)) { in FilePathEndIsSeparator()
115 paramPath.AppendSeparator(); in FilePathEndIsSeparator()
118 return paramPath; in FilePathEndIsSeparator()
126 FilePath paramPath = FilePathEndIsSeparator(srcDir); in Zip() local
130 if (EndsWith(paramPath.Value(), SEPARATOR)) { in Zip()
153 allRelativeFiles.push_back(std::make_pair(paramPath.BaseName(), paramPath)); in Zip()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip.cpp120 FilePath FilePathEndIsSeparator(FilePath paramPath) in FilePathEndIsSeparator() argument
122 bool endIsSeparator = EndsWith(paramPath.Value(), SEPARATOR); in FilePathEndIsSeparator()
123 if (FilePath::IsDir(paramPath)) { in FilePathEndIsSeparator()
125 paramPath.AppendSeparator(); in FilePathEndIsSeparator()
128 return paramPath; in FilePathEndIsSeparator()
136 FilePath paramPath = FilePathEndIsSeparator(srcDir); in Zip() local
140 if (EndsWith(paramPath.Value(), SEPARATOR)) { in Zip()
163 allRelativeFiles.push_back(std::make_pair(paramPath.BaseName(), paramPath)); in Zip()
209 FilePath paramPath in GetZipsAllRelativeFiles() local
[all...]

Completed in 2 milliseconds