Home
last modified time | relevance | path

Searched refs:kSgdiskToken (Results 1 – 1 of 1) sorted by relevance

/system/vold/
DDisk.cpp47 static const char* kSgdiskToken = " \t\n"; variable
273 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()