Home
last modified time | relevance | path

Searched refs:only_read_checksums (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dclass_loader_context_test.cc146 bool only_read_checksums = false) { in VerifyOpenDexFiles() argument
148 if (only_read_checksums) { in VerifyOpenDexFiles()
158 if (only_read_checksums) { in VerifyOpenDexFiles()
167 const std::string& opened_location = only_read_checksums in VerifyOpenDexFiles()
170 uint32_t opened_checksum = only_read_checksums in VerifyOpenDexFiles()
239 void TestOpenDexFiles(bool only_read_checksums) { in TestOpenDexFiles() argument
252 only_read_checksums)); in TestOpenDexFiles()
265 only_read_checksums); in TestOpenDexFiles()
271 only_read_checksums); in TestOpenDexFiles()
274 void TestOpenValidDexFilesRelative(bool use_classpath_dir, bool only_read_checksums) { in TestOpenValidDexFilesRelative() argument
[all …]
Dclass_loader_context.h90 bool only_read_checksums = false);
Dclass_loader_context.cc393 bool only_read_checksums) { in OpenDexFiles() argument
399 if (only_read_checksums) { in OpenDexFiles()
407 dex_files_state_ = only_read_checksums ? kDexFilesChecksumsRead : kDexFilesOpened; in OpenDexFiles()
453 if (only_read_checksums) { in OpenDexFiles()