Searched refs:apk (Results 1 – 25 of 105) sorted by relevance
12345
/system/apex/shim/build/ |
D | default_shim_allowed_list.txt | 2 ./app/CtsShimPrebuilt/CtsShimPrebuilt.apk 4 ./priv-app/CtsShimPrivPrebuilt/CtsShimPrivPrebuilt.apk
|
/system/core/libunwindstack/tests/files/offline/shared_lib_in_apk_arm64/ |
D | maps.txt | 1 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/ |
D | maps.txt | 1 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/ |
D | README.md | 58 $ 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/ |
D | Android.bp | 63 "testdata/sample.apk", 78 "testdata/helloworld5.apk", 79 "testdata/helloworld7.apk",
|
/system/core/libunwindstack/tests/files/offline/invalid_elf_offset_arm/ |
D | maps.txt | 1 c7ee8000-c8c52fff r-xp 12e4000 00:00 0 invalid.apk
|
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/ |
D | profiling.gradle | 2 // 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/ |
D | profiling.gradle | 2 // 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/ |
D | profiling.gradle | 2 // 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/ |
D | maps.txt | 1 7be5e48000-7be6b2b000 r-xp 5000 00:00 0 test.apk
|
/system/core/adb/fastdeploy/testdata/ |
D | rotating_cube-metadata-release.data | 2 -fastdeploy/testdata/rotating_cube-release.apk
|
/system/tools/aidl/ |
D | run_integration_tests.sh | 31 ${ANDROID_PRODUCT_OUT}/testcases/aidl_test_services/x86/aidl_test_services.apk
|
/system/core/libunwindstack/ |
D | AndroidVersions.md | 77 * 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/ |
D | domain_deprecated.te | 7 # Read apk files under /data/app.
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | idmap.te | 9 # Open and read from target and overlay apk files passed by argument.
|
D | logpersist.te | 24 # -system_app # Smith.apk
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | idmap.te | 9 # Open and read from target and overlay apk files passed by argument.
|
D | logpersist.te | 24 # -system_app # Smith.apk
|
/system/core/adb/fastdeploy/deployagent/src/com/android/fastdeploy/ |
D | ApkArchive.java | 70 public ApkArchive(File apk) throws IOException { in ApkArchive() argument 71 mFile = new RandomAccessFile(apk, "r"); in ApkArchive()
|
D | DeployAgent.java | 179 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/ |
D | mediaextractor.te | 30 # Read resources from open apk files passed over Binder 42 # Allow extractor to load media extractor plugins from update apk.
|
D | idmap.te | 12 # Open and read from target and overlay apk files passed by argument.
|
D | logpersist.te | 24 # -system_app # Smith.apk
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | logpersist.te | 24 # -system_app # Smith.apk
|
/system/core/libutils/ |
D | README | 26 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