Searched refs:execv_helper (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/native/cmds/installd/ |
H A D | Android.bp | 29 "execv_helper.cpp", 132 "execv_helper.cpp", 244 "execv_helper.cpp",
|
H A D | run_dex2oat_test.cpp | 58 FakeRunDex2Oat(ExecVHelper* execv_helper, FakeSystemProperties* properties) in FakeRunDex2Oat() argument 59 : RunDex2Oat("/dir/bin/dex2oat", execv_helper), properties_(properties) { } in FakeRunDex2Oat() 271 auto execv_helper = std::make_unique<FakeExecVHelper>(); in TEST_F() local
|
H A D | run_dex2oat.cpp | 66 RunDex2Oat::RunDex2Oat(const char* dex2oat_bin, ExecVHelper* execv_helper) in RunDex2Oat() argument 67 : dex2oat_bin_(dex2oat_bin), execv_helper_(execv_helper) {} in RunDex2Oat()
|
H A D | run_dex2oat.h | 32 explicit RunDex2Oat(const char* dex2oat_bin, ExecVHelper* execv_helper);
|
H A D | dexopt.cpp | 1826 auto execv_helper = std::make_unique<ExecVHelper>(); in dexopt() local 1830 RunDex2Oat runner(dex2oat_bin, execv_helper.get()); in dexopt()
|