OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GPT_FLAG_SYSTEM
(Results
1 - 3
of
3
) sorted by null
/system/core/fastbootd/commands/
partitions.h
41
#define
GPT_FLAG_SYSTEM
(1ULL << 0)
partitions.c
666
entry->flags |=
GPT_FLAG_SYSTEM
;
/system/core/fastbootd/other/
gptedit.c
226
if (entry->flags &
GPT_FLAG_SYSTEM
)
Completed in 5270 milliseconds