Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dpackage_file.cpp50 struct FileContext { struct
109 static int GetFileContexts(const string &sourcePath, list<FileContext> &fileContexts) in GetFileContexts()
117 FileContext fileContext; in GetFileContexts()
275 static int PackFileContext(ofstream &targetFile, const FileContext &fileContext) in PackFileContext()
307 static int UnpackFileContext(ifstream &sourceFile, FileContext &fileContext) in UnpackFileContext()
326 static int PackFileContent(ofstream &targetFile, const string &sourcePath, const FileContext &fileC… in PackFileContent()
356 static int UnpackFileContent(ifstream &sourceFile, const string &targetPath, const FileContext &fil… in UnpackFileContent()
476 list<FileContext> fileContexts; in ExePackage()
540 FileContext fileContext; in UnpackFile()
541 list<FileContext> fileContexts; in UnpackFile()