Searched refs:cline (Results 1 – 2 of 2) sorted by relevance
213 const char* cline = line.c_str(); in readMetadata() local214 char* start = strstr(cline, "TYPE="); in readMetadata()219 start = strstr(cline, "UUID="); in readMetadata()224 start = strstr(cline, "LABEL="); in readMetadata()
308 char* cline = (char*) line.c_str(); in readPartitions() local309 char* token = strtok(cline, kSgdiskToken); in readPartitions()