Home
last modified time | relevance | path

Searched defs:fileContext (Results 1 – 3 of 3) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
Dpackage_file.cpp117 FileContext fileContext; in GetFileContexts() local
275 static int PackFileContext(ofstream &targetFile, const FileContext &fileContext) in PackFileContext()
307 static int UnpackFileContext(ifstream &sourceFile, FileContext &fileContext) in UnpackFileContext()
326 …int PackFileContent(ofstream &targetFile, const string &sourcePath, const FileContext &fileContext) in PackFileContent()
356 …t UnpackFileContent(ifstream &sourceFile, const string &targetPath, const FileContext &fileContext) in UnpackFileContent()
544 FileContext fileContext; in UnpackFile() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
Ddistributeddb_interfaces_space_management_test.cpp301 std::string fileContext; in CreateFile() local
/foundation/multimedia/media_library/frameworks/js/src/
Dfile_asset_napi.cpp1798 static bool GetIsDirectoryiteNative(napi_env env, const FileAssetAsyncContext &fileContext) in GetIsDirectoryiteNative()