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
309 char* token = strtok(cline, kSgdiskToken); in readPartitions()
313 const char* type = strtok(nullptr, kSgdiskToken); in readPartitions()
321 int i = strtol(strtok(nullptr, kSgdiskToken), nullptr, 10); in readPartitions()
330 const char* type = strtok(nullptr, kSgdiskToken); in readPartitions()
341 const char* typeGuid = strtok(nullptr, kSgdiskToken); in readPartitions()
342 const char* partGuid = strtok(nullptr, kSgdiskToken); in readPartitions()