Searched refs:buflen (Results 1 – 4 of 4) sorted by relevance
/device/google/fuchsia/bioniccompat/include/compat/ |
D | pwd.h | 37 char *buf __UNUSED, size_t buflen __UNUSED, struct passwd **result) { in getpwnam_r()
|
/device/google/bonito/gpt-utils/ |
D | gpt-utils.cpp | 1058 size_t buflen) in get_dev_path_from_partition_name() argument 1062 if (!partname || !buf || buflen < ((PATH_TRUNCATE_LOC) + 1)) { in get_dev_path_from_partition_name() 1075 if (readlink(path, buf, buflen) < 0) in get_dev_path_from_partition_name() 1082 snprintf(buf, buflen, "/dev/block/mmcblk0"); in get_dev_path_from_partition_name()
|
/device/google/coral/gpt-utils/ |
D | gpt-utils.cpp | 1058 size_t buflen) in get_dev_path_from_partition_name() argument 1062 if (!partname || !buf || buflen < ((PATH_TRUNCATE_LOC) + 1)) { in get_dev_path_from_partition_name() 1075 if (readlink(path, buf, buflen) < 0) in get_dev_path_from_partition_name() 1082 snprintf(buf, buflen, "/dev/block/mmcblk0"); in get_dev_path_from_partition_name()
|
/device/google/crosshatch/gpt-utils/ |
D | gpt-utils.cpp | 1058 size_t buflen) in get_dev_path_from_partition_name() argument 1062 if (!partname || !buf || buflen < ((PATH_TRUNCATE_LOC) + 1)) { in get_dev_path_from_partition_name() 1075 if (readlink(path, buf, buflen) < 0) in get_dev_path_from_partition_name() 1082 snprintf(buf, buflen, "/dev/mmcblk0"); in get_dev_path_from_partition_name()
|