Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/installd/
H A DAndroid.bp29 "execv_helper.cpp",
132 "execv_helper.cpp",
244 "execv_helper.cpp",
H A Drun_dex2oat_test.cpp58 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 Drun_dex2oat.cpp66 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 Drun_dex2oat.h32 explicit RunDex2Oat(const char* dex2oat_bin, ExecVHelper* execv_helper);
H A Ddexopt.cpp1826 auto execv_helper = std::make_unique<ExecVHelper>(); in dexopt() local
1830 RunDex2Oat runner(dex2oat_bin, execv_helper.get()); in dexopt()