Home
last modified time | relevance | path

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

/aosp12/system/security/ondevice-signing/
H A Dodsign_main.cpp421 const bool compiled_all = odrefresh_status == art::odrefresh::ExitCode::kCompilationSuccess; in main() local
422 LOG(INFO) << "odrefresh compiled " << (compiled_all ? "all" : "partial") in main()