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

  /external/chromium_org/chrome/browser/ui/app_list/search/people/
people_result.cc 52 std::string image_filename = url.ExtractFileName(); local
53 if (image_filename.empty())
56 return url.Resolve(kImageSizePath + image_filename);
  /art/runtime/gc/space/
image_space.cc 43 ImageSpace::ImageSpace(const std::string& image_filename, const char* image_location,
45 : MemMapSpace(image_filename, mem_map, mem_map->Begin(), mem_map->End(), mem_map->End(),
142 static bool GenerateImage(const std::string& image_filename, InstructionSet image_isa,
163 image_option_string += image_filename;
171 oat_file_option_string += ImageHeader::GetOatLocationFromImageLocation(image_filename);
227 // *image_filename = /data/dalvik-cache/<image_isa>/boot.art
459 const std::string* image_filename; local
472 image_filename = &cache_filename;
494 image_filename = &cache_filename;
510 image_filename = &cache_filename
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
picasa_file_util_unittest.cc 75 std::string image_filename = base::StringPrintf("img%05d.jpg", i); local
76 image_filenames_.insert(image_filename);
78 base::FilePath path = folder_dir_.path().AppendASCII(image_filename);
  /art/patchoat/
patchoat.cc 93 // *image_filename = /data/dalvik-cache/<image_isa>/boot.art
122 std::string image_filename; local
123 if (!LocationToFilename(image_location, isa, &image_filename)) {
127 std::unique_ptr<File> input_image(OS::OpenFileForReading(image_filename.c_str()));
129 LOG(ERROR) << "unable to open input image file at " << image_filename
219 std::string image_filename; local
220 if (!LocationToFilename(image_location, isa, &image_filename)) {
224 std::unique_ptr<File> input_image(OS::OpenFileForReading(image_filename.c_str()));
226 LOG(ERROR) << "unable to open input image file at " << image_filename
    [all...]
  /art/dex2oat/
dex2oat.cc 465 bool CreateImageFile(const std::string& image_filename,
475 if (!image_writer.Write(image_filename, image_base, oat_filename, oat_location,
477 LOG(ERROR) << "Failed to create image file " << image_filename;
865 std::string image_filename; local
    [all...]
  /art/oatdump/
oatdump.cc 1039 std::string image_filename = image_space_.GetImageFilename(); local
    [all...]

Completed in 378 milliseconds