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

  /external/autotest/client/site_tests/firmware_TouchMTB/
report_html.py 110 def insert_gesture(self, glog, image, image_filename):
118 filename=image_filename,
168 self.image_filename=''
171 return [self.glog, self.encoded_image, self.image_filename]
196 self.image_filename = filename
  /art/runtime/gc/space/
image_space.cc 63 ImageSpace::ImageSpace(const std::string& image_filename,
68 : MemMapSpace(image_filename,
101 static bool GenerateImage(const std::string& image_filename,
123 image_option_string += image_filename;
131 oat_file_option_string += ImageHeader::GetOatLocationFromImageLocation(image_filename);
195 // *image_filename = /data/dalvik-cache/<image_isa>/boot.art
513 const std::string& image_filename,
530 ScopedFlock image = LockedFile::Open(image_filename.c_str(),
535 VLOG(startup) << "Using image file " << image_filename.c_str() << " for image location "
543 return Init(image_filename.c_str()
1846 std::string image_filename = image_filenames[i]; local
    [all...]
image_space.h 172 static std::unique_ptr<ImageSpace> Init(const char* image_filename,
  /art/dex2oat/linker/
image_test.h 175 std::string image_filename(GetSystemImageFilename(file.GetFilename().c_str(), kRuntimeISA));
176 image_filenames.push_back(image_filename);
177 size_t pos = image_filename.rfind('/');
178 CHECK_NE(pos, std::string::npos) << image_filename;
180 image_dir = image_filename.substr(0, pos);
184 image_files.push_back(ScratchFile(OS::CreateEmptyFile(image_filename.c_str())));
189 for (const std::string& image_filename : image_filenames) {
190 std::string oat_filename = ReplaceFileExtension(image_filename, "oat");
193 std::string vdex_filename = ReplaceFileExtension(image_filename, "vdex");
image_writer.cc 201 const char* image_filename = image_filenames[i]; local
205 if (strlen(image_filename) == 0u) {
213 LOG(ERROR) << "image fd " << image_fd << " name " << image_filename; local
216 image_file.reset(OS::CreateEmptyFile(image_filename));
220 LOG(ERROR) << "Failed to open image file " << image_filename;
225 PLOG(ERROR) << "Failed to make image file world readable: " << image_filename;
296 PLOG(ERROR) << "Failed to write image file data " << image_filename;
312 PLOG(ERROR) << "Failed to write image file " << image_filename;
319 PLOG(ERROR) << "Failed to flush image file " << image_filename << " with result " << err;
331 PLOG(ERROR) << "Failed to write image file header " << image_filename;
    [all...]
  /development/gsi/gsi_util/gsi_util/mounters/
image_mounter.py 69 def __init__(self, image_filename, path_prefix):
71 self._image_filename = image_filename
  /build/make/tools/releasetools/
build_image.py 863 image_filename = os.path.basename(out_file)
865 if image_filename == "system.img":
867 elif image_filename == "system_other.img":
869 elif image_filename == "userdata.img":
871 elif image_filename == "cache.img":
873 elif image_filename == "vendor.img":
875 elif image_filename == "oem.img":
877 elif image_filename == "product.img":
880 print("error: unknown image file name ", image_filename, file=sys.stderr)
  /external/avb/
avbtool 648 def __init__(self, image_filename):
652 image_filename: The name of the file to operate on.
657 self._image_filename = image_filename
    [all...]
  /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/oatdump/
oatdump.cc 2073 std::string image_filename = image_space_.GetImageFilename(); local
    [all...]
  /art/dex2oat/
dex2oat.cc     [all...]

Completed in 702 milliseconds