Searched defs:package_path (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/base/update/packaging_tools/ |
H A D | build_pkcs7.py | 56 def calculate_package_hash(package_path): argument 158 def sign_ota_package(package_path, signed_package, private_key): argument
|
H A D | build_module_package.py | 222 def calculate_package_hash(package_path): argument 324 def sign_ota_package(package_path, signed_package, private_key, sign_cert): argument
|
H A D | update_package.py | 286 def get_signing_from_server(package_path, hash_algorithm, hash_code=None): argument
|
H A D | utils.py | 221 def unzip_package(package_path, origin='target'): argument
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/base/ |
H A D | test_base.py | 86 def set_package_path(self, package_path): argument 115 def set_hash_param(self, package_path, command_attr): argument 130 def set_dump_ast_param(self, package_path, command_attr, use_tee=True): argument
|
/aosp12/system/apex/apexd/aidl/android/apex/ |
H A D | IApexService.aidl | 78 void activatePackage(in @utf8InCpp String package_path); in activatePackage() 83 void deactivatePackage(in @utf8InCpp String package_path); in deactivatePackage()
|
/aosp12/bootable/recovery/install/ |
H A D | install.cpp | 416 std::string package_path = package->GetPath(); in TryUpdateBinary() local 675 bool SetupPackageMount(const std::string& package_path, bool* should_use_fuse) { in SetupPackageMount()
|
/aosp12/system/apex/apexd/ |
H A D | apexservice.cpp | 375 BinderStatus ApexService::activatePackage(const std::string& package_path) { in activatePackage() 396 BinderStatus ApexService::deactivatePackage(const std::string& package_path) { in deactivatePackage() 459 const std::string& package_path, ApexInfo* aidl_return) { in installAndActivatePackage()
|
H A D | apexd.cpp | 3656 Result<ApexFile> InstallPackage(const std::string& package_path) { in InstallPackage()
|
/ohos5.0/build/ |
H A D | prebuilts_config.json | 7 "package_path": "", string
|