Home
last modified time | relevance | path

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

/art/runtime/
Dapp_info.cc80 const std::string& odex_status) { in RegisterOdexStatus() argument
87 cli.odex_status = odex_status; in RegisterOdexStatus()
93 << "\nodex_status=" << odex_status; in RegisterOdexStatus()
125 << "\nodex_status=" << cli.odex_status.value_or(kUnknownValue) in operator <<()
Dapp_info.h69 const std::string& odex_status);
96 std::optional<std::string> odex_status; member
Doat_file_manager.cc207 std::string odex_status; in OpenDexFilesFromOat() local
212 &odex_status); in OpenDexFilesFromOat()
218 odex_status); in OpenDexFilesFromOat()
223 odex_status.c_str(), in OpenDexFilesFromOat()