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
104
image_props
= build_image.ImagePropFromGlobalDict(info_dict, what)
107
image_props
["fs_type" ] = fstab["/" + what].fs_type
122
image_props
, img,
134
image_props
= build_image.ImagePropFromGlobalDict(OPTIONS.info_dict,
138
if (not
image_props
.get("fs_type", "").startswith("yaffs") and
139
not
image_props
.get("partition_size")):
154
image_props
["fs_type" ] = fstab["/data"].fs_type
155
succ = build_image.BuildImage(user_dir,
image_props
, img.name)
168
image_props
= build_image.ImagePropFromGlobalDict(OPTIONS.info_dict,
171
if "fs_type" not in
image_props
[
all
...]
add_img_to_target_files.py
104
image_props
= build_image.ImagePropFromGlobalDict(info_dict, what)
107
image_props
["fs_type" ] = fstab["/" + what].fs_type
122
image_props
, img,
134
image_props
= build_image.ImagePropFromGlobalDict(OPTIONS.info_dict,
138
if (not
image_props
.get("fs_type", "").startswith("yaffs") and
139
not
image_props
.get("partition_size")):
154
image_props
["fs_type" ] = fstab["/data"].fs_type
155
succ = build_image.BuildImage(user_dir,
image_props
, img.name)
168
image_props
= build_image.ImagePropFromGlobalDict(OPTIONS.info_dict,
171
if "fs_type" not in
image_props
[
all
...]
Completed in 579 milliseconds