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

/frameworks/native/cmds/installd/
H A Ddexopt.cpp880 static std::string create_vdex_filename(const std::string& oat_path) { function in namespace:android::installd
1169 const std::string out_vdex_path_str = create_vdex_filename(out_oat_path);
1188 in_vdex_path_str = create_vdex_filename(path);
1723 result = unlink_if_exists(create_vdex_filename(oat_path)) && result;
1830 const std::string a_vdex_path = create_vdex_filename(a_path);
1898 bool return_value_vdex = unlink_and_check(create_vdex_filename(out_path).c_str());

Completed in 483 milliseconds