OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PartType
(Results
1 - 11
of
11
) sorted by null
/external/gptfdisk/
parttypes.h
32
class
PartType
: public GUIDData {
39
PartType
(void);
40
PartType
(const
PartType
& orig);
41
PartType
(const GUIDData & orig);
42
~
PartType
(void);
48
PartType
& operator=(const string & orig);
49
PartType
& operator=(const char * orig);
55
PartType
& operator=(uint16_t ID); // Use MBR type code times 0x0100 to assign GUID
parttypes.cc
19
int
PartType
::numInstances = 0;
20
AType*
PartType
::allTypes = NULL;
21
AType*
PartType
::lastType = NULL;
32
PartType
::
PartType
(void) : GUIDData() {
39
PartType
::
PartType
(const
PartType
& orig) : GUIDData(orig) {
44
} //
PartType
copy constructor
46
PartType
::PartType(const GUIDData & orig) : GUIDData(orig)
[
all
...]
gptpart.h
48
PartType
partitionType;
59
PartType
& GetType(void) {return partitionType;}
74
void SetType(
PartType
t);
gptpart.cc
157
void GPTPart::SetType(
PartType
t) {
428
PartType
tempType = (GUIDData) "00000000-0000-0000-0000-000000000000";
gpt.h
154
int ChangePartType(uint32_t pn,
PartType
theGUID);
gptcurses.cc
372
PartType
tempType;
811
PartType
tempType;
gptcl.cc
70
PartType
typeHelper;
gpt.cc
[
all
...]
gpttext.cc
547
PartType
typeHelper;
[
all
...]
/external/v8/src/runtime/
runtime-regexp.cc
38
enum
PartType
{
70
// the replacement pattern, otherwise it's a value from
PartType
.
72
// Must be non-positive or a
PartType
value.
75
// Either a value of
PartType
or a non-positive number that is
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
devicetopology.h
305
}
PartType
;
[
all
...]
Completed in 3665 milliseconds