OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mount_mode
(Results
1 - 2
of
2
) sorted by null
/system/core/fs_mgr/include/
fs_mgr.h
50
enum
mount_mode
{
enum
105
int fs_mgr_mount_all(struct fstab *fstab, int
mount_mode
);
/system/core/init/
builtins.cpp
405
static int mount_fstab(const char* fstabfile, int
mount_mode
) {
437
int child_ret = fs_mgr_mount_all(fstab,
mount_mode
);
506
int
mount_mode
= MOUNT_MODE_DEFAULT;
local
515
mount_mode
= MOUNT_MODE_EARLY;
520
mount_mode
= MOUNT_MODE_LATE;
528
int ret = mount_fstab(fstabfile,
mount_mode
);
Completed in 1432 milliseconds