OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:oem
(Results
1 - 2
of
2
) sorted by null
/system/core/include/system/
window.h
331
/* Some storage reserved for the
OEM
's driver. */
332
intptr_t
oem
[4];
member in struct:ANativeWindow
/system/core/toolbox/
newfs_msdos.c
108
u_int8_t
oem
[8]; /*
OEM
name and version */
member in struct:bs
307
errx(1, "%s: bad
OEM
string", optarg);
687
setstr(bs->
oem
, opt_O ? opt_O : "BSD 4.4",
688
sizeof(bs->
oem
));
1068
"\t-O
OEM
string\n"
Completed in 645 milliseconds