Home
last modified time | relevance | path

Searched defs:fileName (Results 801 - 825 of 1060) sorted by relevance

1...<<31323334353637383940>>...43

/base/security/code_signature/utils/include/
H A Dcode_sign_block.h231 int32_t GetOneMapNodeFromSignMap(std::string &fileName, uintptr_t &signInfo) in GetOneMapNodeFromSignMap() argument
/base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/
H A Dhks_storage_lite.c155 static int32_t FreshImageBuffer(const char *fileName) in FreshImageBuffer() argument
237 static int32_t LoadFileToBuffer(const char *fileName) in LoadFileToBuffer() argument
286 static int32_t CleanStorageKeyInfo(const char *fileName) in CleanStorageKeyInfo() argument
550 static int32_t GetFileName(const struct HksBlob *name, char **fileName) in GetFileName() argument
563 char *fileName = NULL; StoreRootMaterial() local
574 char *fileName = NULL; IsRootMaterialExist() local
587 char *fileName = NULL; GetRootMaterial() local
850 CleanFile(const char *path, const char *fileName) CleanFile() argument
888 RemoveFile(const char *path, const char *fileName) RemoveFile() argument
[all...]
H A Dhks_storage.c41 static HksStorageFileLock *CreateStorageFileLock(const char *path, const char *fileName) in CreateStorageFileLock() argument
59 HksStorageWriteFile( const char *path, const char *fileName, uint32_t offset, const uint8_t *buf, uint32_t len) HksStorageWriteFile() argument
74 HksStorageReadFile( const char *path, const char *fileName, uint32_t offset, struct HksBlob *blob, uint32_t *size) HksStorageReadFile() argument
90 CleanFile(const char *path, const char *fileName) CleanFile() argument
130 HksStorageRemoveFile(const char *path, const char *fileName) HksStorageRemoveFile() argument
188 GetKeyBlobFromFile(const char *path, const char *fileName, struct HksBlob *keyBlob) GetKeyBlobFromFile() argument
[all...]
/base/security/security_guard/frameworks/js/napi/
H A Dsecurity_guard_napi.h111 std::string fileName; member
/base/security/huks/frameworks/huks_standard/main/crypto_engine/rkc/src/
H A Dhks_rkc.c367 char *fileName = CloneNewStr(ksfAttr->name[i], HKS_KSF_NAME_LEN_MAX); in InitKsfAttr() local
/base/startup/init/services/init/standard/
H A Dinit_cmds.c147 char *fileName = NULL; in DoInsmod() local
/base/telephony/core_service/utils/vcard/src/
H A Dvcard_utils.cpp188 std::string fileName = oss.str() + ".vcf"; in CreateFileName() local
/base/update/sys_installer/services/module_update/service/src/
H A Dmodule_update_main.cpp91 std::string fileName = GetFileAllName(file); in BackupFile() local
325 std::string fileName = GetFileName(file); in InstallModuleFile() local
/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_file.cpp305 bool ExtractZipFile(ModuleZipHelper &helper, const string &fileName, string &buf) in ExtractZipFile() argument
H A Dmodule_utils.cpp334 std::string GetContentFromZip(const std::string &zipPath, const std::string &fileName) in GetContentFromZip() argument
/base/update/updater/services/ptable_parse/
H A Dptable.cpp134 bool Ptable::CheckFileExist(const std::string &fileName) in CheckFileExist() argument
/base/theme/wallpaper_mgr/test/unittest/
H A Dwallpaper_test.cpp1296 std::string fileName; in HWTEST_F() local
/base/theme/wallpaper_mgr/frameworks/native/src/
H A Dwallpaper_manager.cpp595 bool WallpaperManager::CheckVideoFormat(const std::string &fileName) in CheckVideoFormat() argument
645 bool WallpaperManager::OpenFile(const std::string &fileName, int32_t &fd, int64_t &fileSize) in OpenFile() argument
/base/update/updater/test/unittest/package/
H A Dpkg_manager_unittest.cpp55 explicit TestPkgStream(PkgManager::PkgManagerPtr pkgManager, std::string fileName) in TestPkgStream() argument
295 std::string fileName = TEST_PATH_TO; in TestLz4PackageInvalidFile() local
321 std::string fileName in TestLz4PackageInvalidPkgType() local
344 std::string fileName = TEST_PATH_TO; TestZipPackageInvalidFile() local
359 std::string fileName = TEST_PATH_TO; TestLoadPackageFail() local
474 std::string fileName; TestDecompressGzipInitFile() local
[all...]
/base/web/webview/ohos_adapter/ohos_resource_adapter/src/
H A Dohos_resource_adapter_impl.cpp331 std::string fileName; in GetRawFileData() local
87 ParseRawFile(const std::string& rawFile, std::string& bundleName, std::string& moduleName, std::string& fileName) ParseRawFile() argument
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_worker.cpp466 std::string fileName = filePath.substr(slashPos + 1); in GetAmi() local
/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/
H A Dmain_thread_test.cpp1396 std::string fileName = "test.testExtension"; in HWTEST_F() local
1411 std::string fileName = ""; in HWTEST_F() local
1426 std::string fileName = "testExtension"; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Dark_js_runtime.cpp234 bool ArkJSRuntime::ExecuteJsBin(const std::string& fileName, in ExecuteJsBin() argument
245 bool ArkJSRuntime::ExecuteJsBinForAOT(const std::string& fileName, in ExecuteJsBinForAOT() argument
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dresource_adapter_impl_standard.cpp489 std::string ResourceAdapterImpl::GetRawfile(const std::string& fileName) in GetRawfile() argument
H A Dresource_adapter_impl.cpp467 std::string ResourceAdapterImpl::GetRawfile(const std::string& fileName) in GetRawfile() argument
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_adapter_impl.cpp524 std::string ResourceAdapterImpl::GetRawfile(const std::string& fileName) in GetRawfile() argument
[all...]
/foundation/arkui/ace_engine/adapter/ohos/capability/html/
H A Dspan_to_html.cpp357 std::string fileName; in WriteLocalFile() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Devent_report.h147 std::string fileName; member
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dcjson_parser.cpp412 bool CJSONParser::IsFileExistFullMatch(const char *fileName) in IsFileExistFullMatch() argument
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_bundle_installer.cpp811 bool GtBundleInstaller::RenameJsonFile(const char *fileName, const char *randStr) in RenameJsonFile() argument

Completed in 28 milliseconds

1...<<31323334353637383940>>...43