Searched refs:end_slash (Results 1 – 2 of 2) sorted by relevance
82 const char *end_slash = strrchr(record->blk_device.c_str(), '/'); in boot_info_open_partition() local83 if (end_slash == NULL) { in boot_info_open_partition()86 trimmed_len = end_slash - record->blk_device.c_str() + 1; in boot_info_open_partition()
1182 end_slash = match.group(4)1185 if end_slash: