Searched refs:lastComponent (Results 1 – 2 of 2) sorted by relevance
297 char *lastComponent = strrchr(bootPath, '/'); in platform_net_stack_init() local298 char *parameters = strchr((lastComponent ? lastComponent : bootPath), ':'); in platform_net_stack_init()
1274 bool lastComponent = *nextComponent != '\0'; in _RegisterEntry() local1278 entry = _RegisterEntry(entry, fileName, 1, lastComponent ? fd : -1, in _RegisterEntry()1279 lastComponent); in _RegisterEntry()1282 lastComponent ? fd : -1, lastComponent); in _RegisterEntry()