Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.cpp837 static std::string create_vdex_filename(const std::string& oat_path) { in create_vdex_filename() function
1036 const std::string out_vdex_path_str = create_vdex_filename(out_oat_path); in open_vdex_files_for_dex2oat()
1055 std::string in_vdex_path_str = create_vdex_filename(path); in open_vdex_files_for_dex2oat()
1162 std::string vdex_filename = create_vdex_filename(oat_path); in maybe_open_oat_and_vdex_file()
1992 result = unlink_if_exists(create_vdex_filename(oat_path)) && result; in reconcile_secondary_dex_file()
2225 const std::string a_vdex_path = create_vdex_filename(a_path); in move_ab()
2301 int64_t return_value_vdex = unlink_and_check(create_vdex_filename(out_path).c_str()); in delete_odex()