Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.h223 static constexpr char kDexFileChecksumPrefix = 'd'; variable
Dimage_space.cc3862 boot_image_checksum += kDexFileChecksumPrefix; in GetBootClassPathChecksums()
3961 static_assert(ImageSpace::kDexFileChecksumPrefix == 'd', "Format prefix check."); in VerifyBootClassPathChecksums()