Home
last modified time | relevance | path

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

/art/tools/
Dart195 local image_location_dir="$1"
201 image_files=("$image_location_dir"/*/"$image_location_name") # avoid treating "*" as literal.
210 local image_location_dir="$ANDROID_ROOT/framework"
216 if ! check_if_boot_image_file_exists "$image_location_dir" "core.art" && \
217 check_if_boot_image_file_exists "$image_location_dir" "boot.art"; then
221 local image_location="$image_location_dir/$image_location_name"
/art/patchoat/
Dpatchoat.cc662 std::string image_location_dir = android::base::Dirname(image_location); in Verify() local