OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:image_props
(Results
1 - 2
of
2
) sorted by null
/build/tools/releasetools/
add_img_to_target_files
156
image_props
= build_image.ImagePropFromGlobalDict(info_dict, what)
160
image_props
["fs_type"] = fstab[mount_point].fs_type
166
image_props
["timestamp"] = int(timestamp)
180
image_props
["fs_config"] = fs_config
182
image_props
["block_list"] = block_list
185
image_props
, img)
205
image_props
= build_image.ImagePropFromGlobalDict(OPTIONS.info_dict, "data")
208
if (not
image_props
.get("fs_type", "").startswith("yaffs") and
209
not
image_props
.get("partition_size")):
218
image_props
["timestamp"] = int(timestamp
[
all
...]
add_img_to_target_files.py
156
image_props
= build_image.ImagePropFromGlobalDict(info_dict, what)
160
image_props
["fs_type"] = fstab[mount_point].fs_type
166
image_props
["timestamp"] = int(timestamp)
180
image_props
["fs_config"] = fs_config
182
image_props
["block_list"] = block_list
185
image_props
, img)
205
image_props
= build_image.ImagePropFromGlobalDict(OPTIONS.info_dict, "data")
208
if (not
image_props
.get("fs_type", "").startswith("yaffs") and
209
not
image_props
.get("partition_size")):
218
image_props
["timestamp"] = int(timestamp
[
all
...]
Completed in 53 milliseconds