Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.cpp1142 static std::string create_vdex_filename(const std::string& oat_path) { in create_vdex_filename() function
1449 const std::string out_vdex_path_str = create_vdex_filename(out_oat_path); in open_vdex_files_for_dex2oat()
1468 in_vdex_path_str = create_vdex_filename(path); in open_vdex_files_for_dex2oat()
1572 std::string vdex_filename = create_vdex_filename(oat_path); in maybe_open_oat_and_vdex_file()
2384 result = unlink_if_exists(create_vdex_filename(oat_path)) && result; in reconcile_secondary_dex_file()
2611 const std::string a_vdex_path = create_vdex_filename(a_path); in move_ab()
2679 bool return_value_vdex = unlink_and_check(create_vdex_filename(out_path).c_str()); in delete_odex()