Home
last modified time | relevance | path

Searched refs:compressed (Results 1 – 25 of 30) sorted by relevance

12

/system/unwinding/libunwindstack/tests/
DMemoryXzTest.cpp54 auto compressed = ReadFile("boot_arm.oat.gnu_debugdata.xz"); in TEST_F() local
55 MemoryXz xz(compressed.get(), 0, compressed->Size(), "boot_arm.oat"); in TEST_F()
66 auto compressed = ReadFile("boot_arm.oat.gnu_debugdata.xz.one-block"); in TEST_F() local
67 MemoryXz xz(compressed.get(), 0, compressed->Size(), "boot_arm.oat"); in TEST_F()
78 auto compressed = ReadFile("boot_arm.oat.gnu_debugdata.xz.odd-sizes"); in TEST_F() local
79 MemoryXz xz(compressed.get(), 0, compressed->Size(), "boot_arm.oat"); in TEST_F()
89 auto compressed = ReadFile("boot_arm.oat.gnu_debugdata.xz.non-power"); in TEST_F() local
90 MemoryXz xz(compressed.get(), 0, compressed->Size(), "boot_arm.oat"); in TEST_F()
100 auto compressed = ReadFile("boot_arm.oat.gnu_debugdata.xz"); in TEST_F() local
101 MemoryXz xz(compressed.get(), 0, compressed->Size(), "boot_arm.oat"); in TEST_F()
[all …]
/system/apex/apexd/apexd_testdata/
DAndroid.bp30 name: "com.android.apex.compressed.key",
31 public_key: "com.android.apex.compressed.avbpubkey",
32 private_key: "com.android.apex.compressed.pem",
47 name: "com.android.apex.compressed.v1",
51 key: "com.android.apex.compressed.key",
58 name: "com.android.apex.compressed.v1_different_digest",
62 key: "com.android.apex.compressed.key",
87 // Generates a compressed apex which doesn't have an original_apex file in it
89 out: ["com.android.apex.compressed.v1_without_apex.capex"],
90 srcs: [":com.android.apex.compressed.v1"],
[all …]
/system/update_engine/payload_consumer/
Dxz_extent_writer_unittest.cc89 void WriteAll(const brillo::Blob& compressed) { in WriteAll() argument
91 EXPECT_TRUE(xz_writer_->Write(compressed.data(), compressed.size())); in WriteAll()
139 brillo::Blob compressed(std::begin(kCompressed30KiBofA), in TEST_F() local
142 for (uint8_t byte : compressed) { in TEST_F()
/system/extras/ANRdaemon/
DREADME14 Use ANRdaemon_get_trace.sh [device serial] to dump and fetch the compressed trace file.
16 The compressed trace file can be parsed using systrace:
17 $ systrace.py --from-file=<path to compressed trace file>
/system/apex/apexd/
DAndroid.bp525 ":com.android.apex.compressed.v1",
526 ":com.android.apex.compressed.v1_different_digest",
527 ":com.android.apex.compressed.v1_different_digest_original",
528 ":com.android.apex.compressed.v1{.apex}",
529 ":com.android.apex.compressed.v2",
530 ":com.android.apex.compressed.v2_original",
533 "apexd_testdata/com.android.apex.compressed.avbpubkey",
632 ":com.android.apex.compressed.v1",
633 ":com.android.apex.compressed.v1_different_digest",
634 ":com.android.apex.compressed.v1_different_digest_original",
[all …]
/system/update_engine/lz4diff/
Dlz4diff.proto38 // optional SHA256 hash of re-compressed blob
40 // Patch to apply to re-compressed blob
/system/libufdt/tests/testdata/
Dsuffix_compress-base.dts4 /* these name could be suffix compressed in dtb after compiled */
/system/apex/tests/
DAndroid.bp284 ":com.android.apex.compressed.v1",
285 ":com.android.apex.compressed.v1{.apex}",
286 ":com.android.apex.compressed.v1_different_digest",
287 ":com.android.apex.compressed.v2",
305 ":com.android.apex.compressed.v1{.apex}",
306 ":com.android.apex.compressed.v2_original",
/system/apex/docs/
DREADME.md495 ## Compressed apexes {#compressed-apex}
502 APEX compression minimizes the storage impact by using a highly-compressed
521 This is the format of a compressed APEX file.
523 ![Compressed APEX file format](compressed-apex-format.png)
527 At the top level, a compressed APEX file is a zip file containing the original apex in deflated
544 ### Building compressed apex
549 Note: the outer apk container of the produced compressed apex file won't be
570 compressed. Such property is required due to the fact that not all apexes are
571 compressible as mentioned in the [section above](#compressed-apex).
576 image built from source should contain compressed apexes or not.
[all …]
/system/apex/proto/
Dapex_manifest.proto76 // Valid only for compressed APEX. This field contains the root digest of
81 // Exists only for compressed APEX
/system/libziparchive/cli-tests/
Dzipinfo.test31 7 files, 1033 bytes uncompressed, 20 bytes compressed: 98.1%
Dunzip.test173 No errors detected in compressed data of $FILES/example.zip.
/system/unwinding/libunwindstack/
DElfInterface.cpp130 std::vector<uint8_t> compressed; in CreateMemoryFromCompressedSection() local
132 compressed.resize(info.size); in CreateMemoryFromCompressedSection()
133 if (!elf_memory->ReadFully(info.offset, compressed.data(), info.size)) { in CreateMemoryFromCompressedSection()
136 compressed_data = compressed.data(); in CreateMemoryFromCompressedSection()
DAndroidVersions.md135 * Added support for a compressed .debug\_frame, compressed with either zlib or
/system/libziparchive/
Dziptool.cpp117 static float CompressionRatio(int64_t uncompressed, int64_t compressed) { in CompressionRatio() argument
119 return static_cast<float>(100LL * (uncompressed - compressed)) / in CompressionRatio()
/system/sepolicy/prebuilts/api/33.0/private/
Dapexd.te152 # Allow apexd to release compressed blocks in case /data is f2fs-compressed fs.
/system/sepolicy/prebuilts/api/31.0/private/
Dapexd.te172 # Allow apexd to release compressed blocks in case /data is f2fs-compressed fs.
/system/sepolicy/prebuilts/api/34.0/private/
Dapexd.te157 # Allow apexd to release compressed blocks in case /data is f2fs-compressed fs.
/system/sepolicy/private/
Dapexd.te152 # Allow apexd to release compressed blocks in case /data is f2fs-compressed fs.
/system/sepolicy/prebuilts/api/202404/private/
Dapexd.te149 # Allow apexd to release compressed blocks in case /data is f2fs-compressed fs.
/system/sepolicy/prebuilts/api/32.0/private/
Dapexd.te173 # Allow apexd to release compressed blocks in case /data is f2fs-compressed fs.
/system/update_engine/
Dupdate_metadata.proto30 // // The DeltaArchiveManifest protobuf serialized, not compressed.
166 BROTLI_BSDIFF = 10; // Like SOURCE_BSDIFF, but compressed with brotli.
376 // Max bytes to be compressed at once during ota. Options: 4k, 8k, 16k, 32k,
438 // Information on compressed APEX to figure out how much space is required for
/system/update_engine/update_engine/
Dupdate_metadata.proto30 // // The DeltaArchiveManifest protobuf serialized, not compressed.
166 BROTLI_BSDIFF = 10; // Like SOURCE_BSDIFF, but compressed with brotli.
376 // Max bytes to be compressed at once during ota. Options: 4k, 8k, 16k, 32k,
438 // Information on compressed APEX to figure out how much space is required for
/system/core/fs_mgr/libsnapshot/android/snapshot/
Dsnapshot.proto121 // Max bytes to be compressed at once (4k, 8k, 16k, 32k, 64k, 128k)
/system/extras/simpleperf/doc/
Dview_the_profile.md51 the following `pprof` command to upload the compressed profile:

12