Searched refs:rootFile (Results 1 – 1 of 1) sorted by relevance
415 for (const std::string& rootFile : fileList) { in CompressFile() local416 size_t pos = rootFile.find(relativePath); in CompressFile()421 auto file = rootFile.substr(pos + relativePath.length()); in CompressFile()431 FILE* f = fopen(rootFile.c_str(), "rb"); in CompressFile()433 LOGE("open file fail, path is %{public}s", GetAnonyString(rootFile).c_str()); in CompressFile()