HomeSort by relevance Sort by last modified time
    Searched defs:image_filename (Results 1 - 5 of 5) sorted by null

  /external/ImageMagick/MagickCore/
constitute.c 1071 image_filename[MagickPathExtent]; local
    [all...]
  /external/vboot_reference/utility/
bmpblk_utility.cc 221 string image_name, image_filename; local
233 image_filename = (char*)event.data.scalar.value;
236 config_.images_map[image_name].filename = image_filename;
  /art/runtime/gc/space/
image_space.cc 59 ImageSpace::ImageSpace(const std::string& image_filename,
64 : MemMapSpace(image_filename,
97 static bool GenerateImage(const std::string& image_filename,
119 image_option_string += image_filename;
127 oat_file_option_string += ImageHeader::GetOatLocationFromImageLocation(image_filename);
191 // *image_filename = /data/dalvik-cache/<image_isa>/boot.art
479 const std::string& image_filename,
496 ScopedFlock image = LockedFile::Open(image_filename.c_str(),
501 VLOG(startup) << "Using image file " << image_filename.c_str() << " for image location "
509 return Init(image_filename.c_str()
1785 std::string image_filename = image_filenames[i]; local
    [all...]
  /art/compiler/
image_writer.cc 199 const char* image_filename = image_filenames[i]; local
203 if (strlen(image_filename) == 0u) {
211 LOG(ERROR) << "image fd " << image_fd << " name " << image_filename; local
214 image_file.reset(OS::CreateEmptyFile(image_filename));
218 LOG(ERROR) << "Failed to open image file " << image_filename;
223 PLOG(ERROR) << "Failed to make image file world readable: " << image_filename;
294 PLOG(ERROR) << "Failed to write image file data " << image_filename;
311 PLOG(ERROR) << "Failed to write image file " << image_filename;
318 PLOG(ERROR) << "Failed to flush image file " << image_filename << " with result " << err;
330 PLOG(ERROR) << "Failed to write image file header " << image_filename;
    [all...]
  /art/oatdump/
oatdump.cc 1876 std::string image_filename = image_space_.GetImageFilename(); local
    [all...]

Completed in 306 milliseconds