Lines Matching defs:relativePath
56 std::string relativePath = GetRelativePath(srcPath);
57 if (!ExtractByName(relativePath, dest)) {
140 std::string relativePath = GetRelativePath(fileName);
141 return zipFile_.CreateFileMapper(relativePath, FileMapperType::NORMAL_MEM);
146 std::string relativePath = GetRelativePath(fileName);
147 if (!StringEndWith(relativePath, EXT_NAME_ABC, sizeof(EXT_NAME_ABC) - 1)) {
151 return zipFile_.CreateFileMapper(relativePath, FileMapperType::SAFE_ABC);
156 std::string relativePath = GetRelativePath(fileName);
157 return zipFile_.CreateFileMapper(relativePath, FileMapperType::SHARED_MMAP);
172 std::string relativePath = GetRelativePath(fileName);
173 return zipFile_.ExtractToBufByName(relativePath, dataPtr, len);
178 std::string relativePath = GetRelativePath(fileName);
180 if (!zipFile_.GetEntry(relativePath, zipEntry)) {
186 if (!zipFile_.GetDataOffsetRelative(relativePath, offset, length)) {
217 std::string relativePath = GetRelativePath(fileName);
219 if (!zipFile_.GetEntry(relativePath, zipEntry)) {