Lines Matching defs:location

69 static bool LocationToFilename(const std::string& location, InstructionSet isa,
75 std::string system_filename(GetSystemImageFilename(location.c_str(), isa));
89 // Always set output location even if it does not exist,
95 if (GetDalvikCacheFilename(location.c_str(), dalvik_cache.c_str(),
124 LOG(ERROR) << "Unable to find image at location " << image_location;
130 << " for location " << image_location;
221 LOG(ERROR) << "Unable to find image at location " << image_location;
227 << " for location " << image_location;
362 LOG(INFO) << "image at location " << image_path << " was *not* compiled pic";
368 LOG(INFO) << "image at location " << image_path << " was compiled PIC";
795 UsageError(" compiled for. Required if you use --input-oat-location");
803 UsageError(" --input-oat-location=<file.oat>: Specifies the 'location' to read the patched");
806 UsageError(" --input-image-location=<file.art>: Specifies the 'location' of the image file to");
834 UsageError(" --patched-image-location=<file.art>: Use the same patch delta as was used to");
835 UsageError(" patch the given image location. If used one must also specify the");
969 } else if (option.starts_with("--input-oat-location=")) {
971 Usage("Only one of --input-oat-file, --input-oat-location and --input-oat-fd may be used.");
974 input_oat_location = option.substr(strlen("--input-oat-location=")).data();
977 Usage("Only one of --input-oat-file, --input-oat-location and --input-oat-fd may be used.");
983 Usage("Only one of --input-oat-file, --input-oat-location and --input-oat-fd may be used.");
993 } else if (option.starts_with("--input-image-location=")) {
994 input_image_location = option.substr(strlen("--input-image-location=")).data();
1050 } else if (option.starts_with("--patched-image-location=")) {
1051 patched_image_location = option.substr(strlen("--patched-image-location=")).data();
1076 "--patched-image-filename or --patched-image-location may be used.");
1079 "--patched-image-location or --patched-image-file");
1105 Usage("specifying a location requires specifying an instruction set");
1108 Usage("Unable to find filename for input oat location %s", input_oat_location.c_str());
1116 Usage("specifying a location requires specifying an instruction set");
1128 Usage("Unable to determine image file for location %s", patched_image_location.c_str());
1133 LOG(WARNING) << "Only image file found was in /system for image location "
1137 Usage("Unable to determine image file for location %s", patched_image_location.c_str());