Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/cmds/installd/
H A Ddexopt.cpp914 static std::string replace_file_extension(const std::string& oat_path, const std::string& new_ext) { in replace_file_extension()
939 static std::string create_image_filename(const std::string& oat_path) { in create_image_filename()
944 static std::string create_vdex_filename(const std::string& oat_path) { in create_vdex_filename()
1228 char oat_path[PKG_PATH_MAX]; in maybe_open_oat_and_vdex_file() local
1651 char oat_path[PKG_PATH_MAX]; in process_secondary_dex_dexopt() local
2142 char oat_path[PKG_PATH_MAX]; in reconcile_secondary_dex_file() local
2852 char oat_path[PKG_PATH_MAX]; in get_odex_visibility() local
/aosp_15_r20/art/artd/
H A Dpath_utils.h33 std::string oat_path; member
H A Dartd.cc278 std::filesystem::path oat_path( in PrepareArtifactsDirs() local
806 std::string oat_path = OR_RETURN_FATAL(BuildArtifactsPath(in_artifactsPath)).oat_path; in getArtifactsVisibility() local
/aosp_15_r20/art/runtime/
H A Druntime_image.cc1885 std::string oat_path = GetRuntimeImageDir(Runtime::Current()->GetProcessDataDirectory()); in WriteImageToDisk() local
/aosp_15_r20/art/odrefresh/
H A Dodrefresh.cc569 std::string oat_path = ReplaceFileExtension(image_path, kOatExtension); in AddCompiledBootClasspathFdsIfAny() local