Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.cpp1446 std::string in_vdex_path_str; in open_vdex_files_for_dex2oat() local
1468 in_vdex_path_str = create_vdex_filename(path); in open_vdex_files_for_dex2oat()
1469 if (in_vdex_path_str.empty()) { in open_vdex_files_for_dex2oat()
1481 (in_vdex_path_str == out_vdex_path_str) && in open_vdex_files_for_dex2oat()
1486 in_vdex_wrapper_fd->reset(open(in_vdex_path_str.c_str(), O_RDWR, 0)); in open_vdex_files_for_dex2oat()
1492 in_vdex_wrapper_fd->reset(open(in_vdex_path_str.c_str(), O_RDONLY, 0)); in open_vdex_files_for_dex2oat()