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
122
image_props
= build_image.ImagePropFromGlobalDict(info_dict, what)
125
image_props
["fs_type"] = fstab["/" + what].fs_type
131
image_props
["timestamp"] = int(timestamp)
145
image_props
["fs_config"] = fs_config
147
image_props
["block_list"] = block_list
150
image_props
, img)
170
image_props
= build_image.ImagePropFromGlobalDict(OPTIONS.info_dict, "data")
173
if (not
image_props
.get("fs_type", "").startswith("yaffs") and
174
not
image_props
.get("partition_size")):
183
image_props
["timestamp"] = int(timestamp
[
all
...]
add_img_to_target_files.py
122
image_props
= build_image.ImagePropFromGlobalDict(info_dict, what)
125
image_props
["fs_type"] = fstab["/" + what].fs_type
131
image_props
["timestamp"] = int(timestamp)
145
image_props
["fs_config"] = fs_config
147
image_props
["block_list"] = block_list
150
image_props
, img)
170
image_props
= build_image.ImagePropFromGlobalDict(OPTIONS.info_dict, "data")
173
if (not
image_props
.get("fs_type", "").startswith("yaffs") and
174
not
image_props
.get("partition_size")):
183
image_props
["timestamp"] = int(timestamp
[
all
...]
Completed in 706 milliseconds