Home
last modified time | relevance | path

Searched defs:input_vdex (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/cmds/installd/
H A Drun_dex2oat.cpp73 const UniqueFile& input_vdex, in Initialize()
129 const UniqueFile& input_vdex, in PrepareInputFileFlags()
179 void RunDex2Oat::PrepareCompilerConfigFlags(const UniqueFile& input_vdex, in PrepareCompilerConfigFlags()
H A Drun_dex2oat_test.cpp103 UniqueFile input_vdex; member
/aosp12/art/dex2oat/
H A Ddex2oat_test.cc748 std::string input_vdex = "--input-vdex-fd=-1"; in RunTestVDex() local
760 std::string input_vdex = StringPrintf("--input-vdex-fd=%d", vdex_file1->Fd()); in RunTestVDex() local