Searched defs:oat_path (Results 1 – 5 of 5) sorted by relevance
914 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() local1651 char oat_path[PKG_PATH_MAX]; in process_secondary_dex_dexopt() local2142 char oat_path[PKG_PATH_MAX]; in reconcile_secondary_dex_file() local2852 char oat_path[PKG_PATH_MAX]; in get_odex_visibility() local
33 std::string oat_path; member
278 std::filesystem::path oat_path( in PrepareArtifactsDirs() local806 std::string oat_path = OR_RETURN_FATAL(BuildArtifactsPath(in_artifactsPath)).oat_path; in getArtifactsVisibility() local
1885 std::string oat_path = GetRuntimeImageDir(Runtime::Current()->GetProcessDataDirectory()); in WriteImageToDisk() local
569 std::string oat_path = ReplaceFileExtension(image_path, kOatExtension); in AddCompiledBootClasspathFdsIfAny() local