Files
android_external_dtc/libfdt
Peter Hurley b4150b59ae libfdt: Add fdt_path_offset_namelen()
Properties may contain path names which are not NUL-terminated.
For example, the 'stdout-path' property allows the form 'path:options',
where the ':' character terminates the path specifier.

Allow these path names to be used in-place for path descending;
add fdt_path_offset_namelen(), which limits the path name to 'namelen'
characters.

Reimplement fdt_path_offset() as a trivial wrapper.

Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
2015-04-07 14:11:47 +10:00
..
2015-04-07 14:11:47 +10:00
2013-01-06 15:58:23 -06:00
2015-04-07 14:11:47 +10:00
2007-12-19 08:20:26 -06:00