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/make/tools/releasetools/
add_img_to_target_files
284
image_props
= build_image.ImagePropFromGlobalDict(info_dict, what)
288
image_props
["fs_type"] = fstab[mount_point].fs_type
290
image_props
["timestamp"] = FIXED_FILE_TIMESTAMP
304
image_props
["fs_config"] = fs_config
306
image_props
["block_list"] = block_list.name
317
image_props
["uuid"] = str(uuid.uuid5(uuid.NAMESPACE_URL, uuid_seed))
319
image_props
["hash_seed"] = str(uuid.uuid5(uuid.NAMESPACE_URL, hash_seed))
322
os.path.join(input_dir, what.upper()),
image_props
, output_file.name)
329
is_verity_partition = "verity_block_device" in
image_props
330
verity_supported = (
image_props
.get("verity") == "true" o
[
all
...]
add_img_to_target_files.py
284
image_props
= build_image.ImagePropFromGlobalDict(info_dict, what)
288
image_props
["fs_type"] = fstab[mount_point].fs_type
290
image_props
["timestamp"] = FIXED_FILE_TIMESTAMP
304
image_props
["fs_config"] = fs_config
306
image_props
["block_list"] = block_list.name
317
image_props
["uuid"] = str(uuid.uuid5(uuid.NAMESPACE_URL, uuid_seed))
319
image_props
["hash_seed"] = str(uuid.uuid5(uuid.NAMESPACE_URL, hash_seed))
322
os.path.join(input_dir, what.upper()),
image_props
, output_file.name)
329
is_verity_partition = "verity_block_device" in
image_props
330
verity_supported = (
image_props
.get("verity") == "true" o
[
all
...]
Completed in 57 milliseconds