Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dpackage_file.cpp146 fileContexts.push_back(fileContext); in GetFileContexts()
148 LOGD("Get file contexts, fileContexts size is [%zu]", fileContexts.size()); in GetFileContexts()
476 list<FileContext> fileContexts; in ExePackage() local
477 int errCode = GetFileContexts(sourcePath, fileContexts); in ExePackage()
481 if (fileContexts.empty()) { in ExePackage()
492 std::string fileName = string(fileContexts.front().fileName); in ExePackage()
506 for (auto &file : fileContexts) { in ExePackage()
516 for (const auto &file : fileContexts) { in ExePackage()
541 list<FileContext> fileContexts; in UnpackFile() local
551 fileContexts.push_back(fileContext); in UnpackFile()
[all …]