Home
last modified time | relevance | path

Searched refs:patched (Results 1 – 9 of 9) sorted by relevance

/aosp12/bootable/recovery/applypatch/
H A Dapplypatch.cpp364 FileContents patched; in GenerateTarget() local
367 SinkFn sink = [&patched, &ctx](const unsigned char* data, size_t len) { in GenerateTarget()
369 patched.data.insert(patched.data.end(), data, data + len); in GenerateTarget()
386 SHA1_Final(patched.sha1, &ctx); in GenerateTarget()
387 if (memcmp(patched.sha1, expected_sha1, SHA_DIGEST_LENGTH) != 0) { in GenerateTarget()
390 LOG(ERROR) << "target size " << patched.data.size() << " SHA-1 " << short_sha1(patched.sha1); in GenerateTarget()
412 if (!WriteBufferToPartition(patched, target)) { in GenerateTarget()
/aosp12/bootable/recovery/tests/unit/host/
H A Dimgdiff_test.cpp83 static void GenerateTarget(const std::string& src, const std::string& patch, std::string* patched) { in GenerateTarget() argument
84 patched->clear(); in GenerateTarget()
88 patched->append(reinterpret_cast<const char*>(data), len); in GenerateTarget()
95 std::string patched; in verify_patched_image() local
96 GenerateTarget(src, patch, &patched); in verify_patched_image()
97 ASSERT_EQ(tgt, patched); in verify_patched_image()
706 std::string patched; in GenerateAndCheckSplitTarget() local
721 patched += split_tgt; in GenerateAndCheckSplitTarget()
725 ASSERT_EQ(tgt, patched); in GenerateAndCheckSplitTarget()
/aosp12/frameworks/base/test-base/src/junit/
H A DREADME.android6 Where necessary it has been patched to be compatible (according to Android API
/aosp12/frameworks/base/test-runner/src/junit/
H A DREADME.android6 Where necessary it has been patched to be compatible (according to Android API
/aosp12/system/extras/ioblame/
H A DREADME165 ioblame needs the kernel to be patched with these 3 kernel patches.
/aosp12/bionic/docs/
H A Delf-tls.md652 The TLS prototype currently uses a patched LLD that uses a variant 1 TLS layout with a 16-word TCB
/aosp12/packages/inputmethods/LatinIME/dictionaries/
H A Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
H A Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
H A Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...