Searched refs:kSgdiskToken (Results 1 – 1 of 1) sorted by relevance
47 static const char* kSgdiskToken = " \t\n"; variable273 char* token = strtok(cline, kSgdiskToken); in readPartitions()277 const char* type = strtok(nullptr, kSgdiskToken); in readPartitions()285 int i = strtol(strtok(nullptr, kSgdiskToken), nullptr, 10); in readPartitions()294 const char* type = strtok(nullptr, kSgdiskToken); in readPartitions()305 const char* typeGuid = strtok(nullptr, kSgdiskToken); in readPartitions()306 const char* partGuid = strtok(nullptr, kSgdiskToken); in readPartitions()