Home
last modified time | relevance | path

Searched refs:kDexFileChecksumPrefix (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/runtime/gc/space/
H A Dimage_space.h220 static constexpr char kDexFileChecksumPrefix = 'd'; variable
H A Dimage_space.cc3380 boot_image_checksum += kDexFileChecksumPrefix; in GetBootClassPathChecksums()
3474 static_assert(ImageSpace::kDexFileChecksumPrefix == 'd', "Format prefix check."); in VerifyBootClassPathChecksums()