Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.h141 const char* select_execution_binary(
Ddexopt.cpp186 static const char* select_execution_binary(const char* binary, const char* debug_binary, in select_execution_binary() function
188 return select_execution_binary( in select_execution_binary()
201 const char* select_execution_binary( in select_execution_binary() function
440 const char* profman_bin = select_execution_binary( in SetupArgs()
1190 const char* dexoptanalyzer_bin = select_execution_binary( in RunDexoptAnalyzer()
1251 const char* dexoptanalyzer_bin = select_execution_binary( in RunDexoptAnalyzer()
1821 const char* dex2oat_bin = select_execution_binary( in dexopt()
/frameworks/native/cmds/installd/tests/
Dinstalld_dexopt_test.cpp1370 TEST_F(DexoptTest, select_execution_binary) { in TEST_F() argument
1386 ASSERT_STREQ(release, select_execution_binary( in TEST_F()
1394 ASSERT_STREQ(release, select_execution_binary( in TEST_F()
1402 ASSERT_STREQ(debug, select_execution_binary( in TEST_F()
1410 ASSERT_STREQ(debug, select_execution_binary( in TEST_F()
1420 ASSERT_STREQ(release, select_execution_binary( in TEST_F()