Home
last modified time | relevance | path

Searched refs:apk (Results 1 – 25 of 105) sorted by relevance

12345

/system/apex/shim/build/
Ddefault_shim_allowed_list.txt2 ./app/CtsShimPrebuilt/CtsShimPrebuilt.apk
4 ./priv-app/CtsShimPrivPrebuilt/CtsShimPrivPrebuilt.apk
/system/core/libunwindstack/tests/files/offline/shared_lib_in_apk_arm64/
Dmaps.txt1 7dabc03000-7dabc3f000 r--p 4000 00:00 0 ANGLEPrebuilt.apk
2 7dabc3f000-7dabcf0000 r-xp 40000 00:00 0 ANGLEPrebuilt.apk
/system/core/libunwindstack/tests/files/offline/shared_lib_in_apk_memory_only_arm64/
Dmaps.txt1 7dabc03000-7dabc3f000 r--p 21d5000 00:00 0 ANGLEPrebuilt.apk
2 7dabc3f000-7dabcf0000 r-xp 2211000 00:00 0 ANGLEPrebuilt.apk
/system/extras/simpleperf/demo/
DREADME.md58 $ adb install -r app/build/outputs/apk/app-profiling.apk
90 $ adb install -r app/build/outputs/apk/profiling/app-profiling.apk
122 $ adb install -r app/build/outputs/apk/profiling/app-profiling.apk
154 $ adb install -r app/build/outputs/apk/debug/app-debug.apk
/system/core/adb/fastdeploy/
DAndroid.bp63 "testdata/sample.apk",
78 "testdata/helloworld5.apk",
79 "testdata/helloworld7.apk",
/system/core/libunwindstack/tests/files/offline/invalid_elf_offset_arm/
Dmaps.txt1 c7ee8000-c8c52fff r-xp 12e4000 00:00 0 invalid.apk
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/
Dprofiling.gradle2 // Set when building only part of the abis in the apk.
26 // Add lib/xxx/wrap.sh in the apk. This is to enable java profiling on Android O
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/app/
Dprofiling.gradle2 // Set when building only part of the abis in the apk.
27 // Add lib/xxx/wrap.sh in the apk. This is to enable java profiling on Android O
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/app/
Dprofiling.gradle2 // Set when building only part of the abis in the apk.
27 // Add lib/xxx/wrap.sh in the apk. This is to enable java profiling on Android O
/system/core/libunwindstack/tests/files/offline/shared_lib_in_apk_single_map_arm64/
Dmaps.txt1 7be5e48000-7be6b2b000 r-xp 5000 00:00 0 test.apk
/system/core/adb/fastdeploy/testdata/
Drotating_cube-metadata-release.data2 -fastdeploy/testdata/rotating_cube-release.apk
/system/tools/aidl/
Drun_integration_tests.sh31 ${ANDROID_PRODUCT_OUT}/testcases/aidl_test_services/x86/aidl_test_services.apk
/system/core/libunwindstack/
DAndroidVersions.md77 * Add support for displaying the soname from an apk frame. Previously,
78 a frame map name would be only the apk, but now if the shared library
79 in the apk has set a soname, the map name will be `app.apk!libexample.so`
80 instead of only `app.apk`.
99 #17 pc 00500d7a GoogleCamera.apk (com.google.camera.AndroidPriorityThread.run+10)
103 …#17 pc 00500d7a GoogleCamera.apk (offset 0x11d0000) (com.google.camera.AndroidPriorityThread.run+…
/system/sepolicy/prebuilts/api/27.0/private/
Ddomain_deprecated.te7 # Read apk files under /data/app.
/system/sepolicy/prebuilts/api/27.0/public/
Didmap.te9 # Open and read from target and overlay apk files passed by argument.
Dlogpersist.te24 # -system_app # Smith.apk
/system/sepolicy/prebuilts/api/26.0/public/
Didmap.te9 # Open and read from target and overlay apk files passed by argument.
Dlogpersist.te24 # -system_app # Smith.apk
/system/core/adb/fastdeploy/deployagent/src/com/android/fastdeploy/
DApkArchive.java70 public ApkArchive(File apk) throws IOException { in ApkArchive() argument
71 mFile = new RandomAccessFile(apk, "r"); in ApkArchive()
DDeployAgent.java179 File apk = new File(packagePath); in dumpApk() local
180 ApkArchive.Dump dump = new ApkArchive(apk).extractMetadata(); in dumpApk()
190 apkDumpBuilder.setAbsolutePath(apk.getAbsolutePath()); in dumpApk()
/system/sepolicy/prebuilts/api/28.0/public/
Dmediaextractor.te30 # Read resources from open apk files passed over Binder
42 # Allow extractor to load media extractor plugins from update apk.
Didmap.te12 # Open and read from target and overlay apk files passed by argument.
Dlogpersist.te24 # -system_app # Smith.apk
/system/sepolicy/prebuilts/api/29.0/public/
Dlogpersist.te24 # -system_app # Smith.apk
/system/core/libutils/
DREADME26 Overlay packages are special .apk files which provide no code but
55 How resources are bundled in .apk files
57 Android .apk files are .zip files, usually housing .dex code,
63 * assets: uncompressed, raw files packaged as part of an .apk and
74 format in a named file resources.arsc, bundled as part of the .apk.
112 * 0x01: system resources (pre-installed in framework-res.apk)
114 * 0x7f: application resources (bundled in the application .apk)

12345