OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dev_flag
(Results
1 - 1
of
1
) sorted by null
/external/tinycompress/
compress.c
578
unsigned int
dev_flag
;
local
586
dev_flag
= O_RDONLY;
588
dev_flag
= O_WRONLY;
590
fd = open(fn,
dev_flag
);
Completed in 85 milliseconds