Home | History | Annotate | Download | only in space

Lines Matching defs:system_filename

142                                    std::string* system_filename,
154 *system_filename = system_image_filename;
252 std::string system_filename;
258 if (FindImageFilename(image_location, image_isa, &system_filename, &has_system,
264 if (!ReadSpecificImageHeader(system_filename.c_str(), sys_hdr.get())) {
266 image_location, system_filename.c_str());
292 std::unique_ptr<ImageHeader> system(ReadSpecificImageHeader(system_filename.c_str(),
303 return ReadSpecificImageHeader(system_filename.c_str(), error_msg);
376 std::string system_filename;
382 bool found_image = FindImageFilename(image_location, image_isa, &system_filename,
402 image_location, system_filename.c_str());
406 if (has_cache && ChecksumsMatch(system_filename.c_str(), cache_filename.c_str())) {
444 image_location, system_filename.c_str(),
462 if (ChecksumsMatch(system_filename.c_str(), cache_filename.c_str())) {
466 image_filename = &system_filename;
470 image_filename = &system_filename;
528 image_location, cache_filename.c_str(), system_filename.c_str(),