Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.cpp914 static std::string replace_file_extension(const std::string& oat_path, const std::string& new_ext) { in replace_file_extension() argument
916 if (EndsWith(oat_path, ".dex")) { in replace_file_extension()
917 std::string new_path = oat_path; in replace_file_extension()
925 size_t odex_pos = oat_path.rfind(".odex"); in replace_file_extension()
927 std::string new_path = oat_path; in replace_file_extension()
939 static std::string create_image_filename(const std::string& oat_path) { in create_image_filename() argument
940 return replace_file_extension(oat_path, ".art"); in create_image_filename()
944 static std::string create_vdex_filename(const std::string& oat_path) { in create_vdex_filename() argument
945 return replace_file_extension(oat_path, ".vdex"); in create_vdex_filename()
1228 char oat_path[PKG_PATH_MAX]; in maybe_open_oat_and_vdex_file() local
[all …]