OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:open_partition
(Results
1 - 2
of
2
) sorted by null
/external/avb/libavb_user/
avb_ops_user.c
56
static int
open_partition
(const char* name, int flags) {
function
123
fd =
open_partition
(partition, O_RDONLY);
186
fd =
open_partition
(partition, O_WRONLY);
265
fd =
open_partition
(partition, O_WRONLY);
/external/e2fsprogs/lib/ext2fs/
dosio.h
155
int
open_partition
(char *dev);
Completed in 390 milliseconds