Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.h146 const char* select_execution_binary(
Ddexopt.cpp272 static const char* select_execution_binary(const char* binary, const char* debug_binary, in select_execution_binary() function
274 return select_execution_binary( in select_execution_binary()
287 const char* select_execution_binary( in select_execution_binary() function
549 const char* profman_bin = select_execution_binary( in SetupArgs()
1271 const char* dexoptanalyzer_bin = select_execution_binary( in RunDexoptAnalyzer()
1332 const char* dexoptanalyzer_bin = select_execution_binary( in RunDexoptAnalyzer()
1954 const char* dex2oat_bin = select_execution_binary( in dexopt()
/frameworks/native/cmds/installd/tests/
Dinstalld_dexopt_test.cpp1601 TEST_F(DexoptTest, select_execution_binary) { in TEST_F() argument
1617 ASSERT_STREQ(release, select_execution_binary( in TEST_F()
1625 ASSERT_STREQ(release, select_execution_binary( in TEST_F()
1633 ASSERT_STREQ(debug, select_execution_binary( in TEST_F()
1641 ASSERT_STREQ(debug, select_execution_binary( in TEST_F()
1651 ASSERT_STREQ(release, select_execution_binary( in TEST_F()