Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A 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()
540 FileContext fileContext; in UnpackFile() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_space_management_test.cpp301 std::string fileContext; in CreateFile() local
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/
H A Dwifi_hdi_wpa_client.cpp779 bool WifiHdiWpaClient::WriteConfigToFile(const std::string &fileContext) in WriteConfigToFile()
800 std::string fileContext; in SetSoftApConfig() local
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/os_account/
H A Dos_account_manager_service_module_test.cpp258 std::string fileContext; variable
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/moduletest/
H A Dos_account_manager_module_test.cpp540 std::string fileContext; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dfile_asset_napi.cpp2087 static bool GetIsDirectoryiteNative(napi_env env, const FileAssetAsyncContext &fileContext) in GetIsDirectoryiteNative()