Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.cpp1572 std::string vdex_filename = create_vdex_filename(oat_path); in maybe_open_oat_and_vdex_file() local
1573 vdex_file_fd->reset(open(vdex_filename.c_str(), O_RDONLY)); in maybe_open_oat_and_vdex_file()
1575 PLOG(INFO) << "installd cannot open vdex file during dexopt" << vdex_filename; in maybe_open_oat_and_vdex_file()