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

  /build/tools/releasetools/
build_image.py 108 def copy_prop(src_p, dest_p): function in function:ImagePropFromGlobalDict
119 copy_prop(p, p)
123 copy_prop("fs_type", "fs_type")
124 copy_prop("system_size", "partition_size")
126 copy_prop("fs_type", "fs_type")
127 copy_prop("userdata_size", "partition_size")
129 copy_prop("cache_fs_type", "fs_type")
130 copy_prop("cache_size", "partition_size")
132 copy_prop("vendor_fs_type", "fs_type")
133 copy_prop("vendor_size", "partition_size"
    [all...]

Completed in 649 milliseconds