HomeSort by relevance Sort by last modified time
    Searched full:file_map (Results 1 - 7 of 7) sorted by null

  /frameworks/compile/libbcc/lib/ExecutionEngine/
ObjectLoader.cpp 106 android::FileMap *file_map = NULL; local
132 file_map = pFile.createMap(0, file_size, /* pIsReadOnly */true);
133 if ((file_map == NULL) || pFile.hasError()) {
140 result = Load(file_map->getDataPtr(), file_size, input_filename, pResolver,
143 // No whether the load is successful or not, file_map is no longer needed. On
145 // memory. Therefore, file_map can be safely released.
146 file_map->release();
  /external/chromium_org/build/android/
adb_logcat_printer.py 90 file_map = {}
92 if device_id not in file_map:
93 file_map[device_id] = []
95 file_map[device_id] += [cur_file]
96 return file_map
  /build/tools/releasetools/
blockimgdiff.py 77 file_map = {} variable in class:EmptyImage
122 self.file_map = {"__ZERO": RangeSet(zero_blocks),
172 # file_map: a dict that partitions the blocks contained in care_map
174 # (Typically a domain is a file, and the key in file_map is the
213 self.AssertPartition(src.care_map, src.file_map.values())
214 self.AssertPartition(tgt.care_map, tgt.file_map.values())
761 for tgt_fn, tgt_ranges in self.tgt.file_map.items():
766 src_ranges = self.src.file_map.get("__ZERO", empty)
771 elif tgt_fn in self.src.file_map:
773 Transfer(tgt_fn, tgt_fn, tgt_ranges, self.src.file_map[tgt_fn]
    [all...]
sparse_img.py 111 self.file_map = {"__DATA": self.care_map}
164 self.file_map = out = {}
213 self.file_map = {"__DATA": self.care_map}
  /external/chromium_org/chrome/browser/devtools/
devtools_file_helper.cc 231 const base::DictionaryValue* file_map = local
236 if (file_map->Get(base::MD5String(url), &path_value))
  /system/core/libziparchive/
zip_archive.cc 332 android::FileMap* file_map = new android::FileMap; local
333 const bool success = file_map->create(debug_file_name, fd, start, length, read_only);
335 file_map->release();
339 return file_map;
    [all...]
  /prebuilts/sdk/tools/linux/
aapt 

Completed in 83 milliseconds