Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_handler_asset.cpp415 for (const std::string& rootFile : fileList) { in CompressFile() local
416 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()