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

  /external/qemu/block/
cow.c 226 const char *image_filename = NULL; local
234 image_filename = options->value.s;
246 if (image_filename) {
250 fd = open(image_filename, O_RDONLY | O_BINARY);
263 image_filename);
  /external/chromium_org/chrome/browser/media_galleries/fileapi/picasa/
picasa_file_util_unittest.cc 69 std::string image_filename = base::StringPrintf("img%05d.jpg", i); local
70 image_filenames_.insert(image_filename);
72 base::FilePath path = folder_dir_.path().AppendASCII(image_filename);
  /art/dex2oat/
dex2oat.cc 297 bool CreateImageFile(const std::string& image_filename,
307 if (!image_writer.Write(image_filename, image_base, oat_filename, oat_location)) {
308 LOG(ERROR) << "Failed to create image file " << image_filename;
585 std::string image_filename; local
653 image_filename = option.substr(strlen("--image=")).data();
720 if (oat_fd != -1 && !image_filename.empty()) {
739 bool image = (!image_filename.empty());
    [all...]
  /art/oatdump/
oatdump.cc 665 explicit ImageDumper(std::ostream* os, const std::string& image_filename,
668 : os_(os), image_filename_(image_filename), host_prefix_(host_prefix),
1364 const char* image_filename = NULL; local
    [all...]

Completed in 186 milliseconds