Searched refs:fileContext (Results 1 – 7 of 7) sorted by relevance
117 FileContext fileContext; in GetFileContexts() local144 fileContext.fileLen = file->fileLen; in GetFileContexts()145 fileContext.fileType = file->fileType; in GetFileContexts()146 fileContexts.push_back(fileContext); in GetFileContexts()318 (void)parcel.ReadUInt64(fileContext.fileLen); in UnpackFileContext()319 (void)parcel.ReadUInt64(fileContext.offset); in UnpackFileContext()328 if (fileContext.fileType != OS::FILE) { in PackFileContent()358 if (fileContext.fileType != OS::FILE) { in UnpackFileContent()362 string fileName = fileContext.fileName; in UnpackFileContent()540 FileContext fileContext; in UnpackFile() local[all …]
301 std::string fileContext; in CreateFile() local302 fileContext.resize(fileSize, 'X'); in CreateFile()303 mcfile << fileContext; in CreateFile()
779 bool WifiHdiWpaClient::WriteConfigToFile(const std::string &fileContext) in WriteConfigToFile() argument788 file << fileContext << std::endl; in WriteConfigToFile()800 std::string fileContext; in SetSoftApConfig() local809 fileContext = StringCombination( in SetSoftApConfig()824 if (!WriteConfigToFile(fileContext)) { in SetSoftApConfig()
843 bool WriteConfigToFile(const std::string &fileContext);
258 std::string fileContext; variable259 … g_accountFileOperator->GetFileContentByPath(Constants::ACCOUNT_LIST_FILE_JSON_PATH, fileContext);269 …ccountFileOperator->InputFileByPathAndContent(Constants::ACCOUNT_LIST_FILE_JSON_PATH, fileContext);
540 std::string fileContext; variable541 … g_accountFileOperator->GetFileContentByPath(Constants::ACCOUNT_LIST_FILE_JSON_PATH, fileContext);551 …ccountFileOperator->InputFileByPathAndContent(Constants::ACCOUNT_LIST_FILE_JSON_PATH, fileContext);
2087 static bool GetIsDirectoryiteNative(napi_env env, const FileAssetAsyncContext &fileContext) in GetIsDirectoryiteNative() argument2092 FileAssetAsyncContext *context = const_cast<FileAssetAsyncContext *>(&fileContext); in GetIsDirectoryiteNative()