Home
last modified time | relevance | path

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

/system/vold/
DDisk.cpp50 static const char* kSgdiskToken = " \t\n"; variable
318 char* token = strtok(cline, kSgdiskToken); in readPartitions()
322 const char* type = strtok(nullptr, kSgdiskToken); in readPartitions()
330 int i = strtol(strtok(nullptr, kSgdiskToken), nullptr, 10); in readPartitions()
339 const char* type = strtok(nullptr, kSgdiskToken); in readPartitions()
350 const char* typeGuid = strtok(nullptr, kSgdiskToken); in readPartitions()
351 const char* partGuid = strtok(nullptr, kSgdiskToken); in readPartitions()