Home
last modified time | relevance | path

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

/art/odrefresh/
Dodr_config.h95 const char* prefix = UseDebugBinaries() ? "dex2oatd" : "dex2oat"; in GetDex2Oat()
113 const char* dexoptanalyzer{UseDebugBinaries() ? "dexoptanalyzerd" : "dexoptanalyzer"}; in GetDexOptAnalyzer()
159 bool UseDebugBinaries() const { return program_name_ == "odrefreshd"; } in UseDebugBinaries() function