Home
last modified time | relevance | path

Searched refs:packages (Results 1 – 25 of 118) sorted by relevance

12345

/system/core/libpackagelistparser/
Dpackagelistparser_test.cpp39 std::vector<pkg_info*> packages; in TEST() local
46 &packages); in TEST()
48 ASSERT_EQ(4U, packages.size()); in TEST()
50 ASSERT_STREQ("com.test.a0", packages[0]->name); in TEST()
51 ASSERT_EQ(10014, packages[0]->uid); in TEST()
52 ASSERT_FALSE(packages[0]->debuggable); in TEST()
53 ASSERT_STREQ("/data/user/0/com.test.a0", packages[0]->data_dir); in TEST()
54 ASSERT_STREQ("platform:privapp:targetSdkVersion=19", packages[0]->seinfo); in TEST()
55 ASSERT_EQ(0U, packages[0]->gids.cnt); in TEST()
56 ASSERT_FALSE(packages[0]->profileable_from_shell); in TEST()
[all …]
/system/netd/
DTEST_MAPPING16 { "path": "packages/modules/Connectivity" },
17 { "path": "packages/modules/DnsResolver" }
DOWNERS3 file:platform/packages/modules/Connectivity:master:/OWNERS_core_networking
/system/security/keystore/
DKeyAttestationApplicationId.cpp34 KeyAttestationApplicationId::KeyAttestationApplicationId(PackageInfoVector packages) in KeyAttestationApplicationId() argument
35 : packageInfos_(std::make_shared<PackageInfoVector>(std::move(packages))) {} in KeyAttestationApplicationId()
/system/security/keystore/tests/
Daaid_truncation_test.cpp128 KeyAttestationApplicationId::PackageInfoVector packages; in TEST() local
136 packages.push_back( in TEST()
140 KeyAttestationApplicationId app_id(std::move(packages)); in TEST()
/system/sepolicy/prebuilts/api/30.0/private/
Dotapreopt_chroot.te11 # APEX packages in /postinstall/apex.
17 # This is required to unmount flattened APEX packages under
66 # Allow otapreopt_chroot to mount APEX packages in /postinstall/apex.
70 # devices used by ext4 images from APEX packages).
Dkernel.te6 # /postinstall, as it uses apexd logic to mount APEX packages in /postinstall/apex.
/system/sepolicy/prebuilts/api/29.0/private/
Dotapreopt_chroot.te11 # APEX packages in /postinstall/apex.
17 # This is required to unmount flattened APEX packages under
66 # Allow otapreopt_chroot to mount APEX packages in /postinstall/apex.
70 # devices used by ext4 images from APEX packages).
Dkernel.te6 # /postinstall, as it uses apexd logic to mount APEX packages in /postinstall/apex.
/system/tools/hidl/
Dupdate-makefiles-helper.sh103 local packages=$(get_packages $current_dir $current_package) || return 1
118 echo "$packages" |\
/system/sepolicy/microdroid/
DTEST_MAPPING4 "path": "packages/modules/Virtualization"
/system/libsysprop/
DCAR_OWNERS1 include platform/packages/services/Car:/OWNERS
/system/nfc/
DOWNERS2 include platform/packages/apps/Nfc:/OWNERS
/system/bpf/
DTEST_MAPPING14 "path": "packages/modules/Connectivity"
/system/linkerconfig/
DTEST_MAPPING27 "path": "packages/modules/Virtualization"
/system/sepolicy/prebuilts/api/32.0/private/
Dotapreopt_chroot.te19 # APEX packages in /postinstall/apex.
25 # This is required to unmount flattened APEX packages under
82 # Allow otapreopt_chroot to mount APEX packages in /postinstall/apex.
86 # devices used by ext4 images from APEX packages).
/system/sepolicy/prebuilts/api/33.0/private/
Dotapreopt_chroot.te19 # APEX packages in /postinstall/apex.
25 # This is required to unmount flattened APEX packages under
82 # Allow otapreopt_chroot to mount APEX packages in /postinstall/apex.
86 # devices used by ext4 images from APEX packages).
/system/sepolicy/prebuilts/api/31.0/private/
Dotapreopt_chroot.te19 # APEX packages in /postinstall/apex.
25 # This is required to unmount flattened APEX packages under
82 # Allow otapreopt_chroot to mount APEX packages in /postinstall/apex.
86 # devices used by ext4 images from APEX packages).
/system/sepolicy/private/
Dotapreopt_chroot.te19 # APEX packages in /postinstall/apex.
25 # This is required to unmount flattened APEX packages under
83 # Allow otapreopt_chroot to mount APEX packages in /postinstall/apex.
87 # devices used by ext4 images from APEX packages).
/system/sepolicy/prebuilts/api/34.0/private/
Dotapreopt_chroot.te19 # APEX packages in /postinstall/apex.
25 # This is required to unmount flattened APEX packages under
83 # Allow otapreopt_chroot to mount APEX packages in /postinstall/apex.
87 # devices used by ext4 images from APEX packages).
/system/tools/hidl/scripts/
Dhidl2aidl-all-interfaces.sh15 for i in $(aosp-released-packages);
Dhal-queries.sh119 function aosp-released-packages() {
129 aosp-released-packages | hidl-gen-output "$outputDir"
/system/apex/apexd/sysprop/
DApexProperties.sysprop52 # the total number of threads equal the number of packages.
53 # The maximum number of threads is capped to the number of packages.
/system/sepolicy/public/
Dapexd.te1 # apexd -- manager for APEX packages
/system/sepolicy/prebuilts/api/32.0/public/
Dapexd.te1 # apexd -- manager for APEX packages

12345