OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fs_mgr_flags
(Results
1 - 3
of
3
) sorted by null
/system/core/fs_mgr/
fs_mgr_fstab.c
58
static struct flag_list
fs_mgr_flags
[] = {
variable in typeref:struct:flag_list
292
fstab->recs[cnt].
fs_mgr_flags
= parse_flags(p,
fs_mgr_flags
,
414
return fstab->
fs_mgr_flags
& MF_VOLDMANAGED;
419
return fstab->
fs_mgr_flags
& MF_NONREMOVABLE;
424
return fstab->
fs_mgr_flags
& MF_VERIFY;
429
return fstab->
fs_mgr_flags
& (MF_CRYPT | MF_FORCECRYPT);
434
return fstab->
fs_mgr_flags
& MF_NOEMULATEDSD;
439
return fstab->
fs_mgr_flags
& (MF_FORMATTABLE);
fs_mgr.c
311
if (fstab->recs[i].
fs_mgr_flags
& MF_CHECK) {
361
if (fstab->recs[i].
fs_mgr_flags
& (MF_VOLDMANAGED | MF_RECOVERYONLY)) {
372
if (fstab->recs[i].
fs_mgr_flags
& MF_WAIT) {
376
if ((fstab->recs[i].
fs_mgr_flags
& MF_VERIFY) && device_is_secure()) {
395
if ( (fstab->recs[attempted_idx].
fs_mgr_flags
& MF_FORCECRYPT)
518
if (fstab->recs[i].
fs_mgr_flags
& MF_WAIT) {
522
if (fstab->recs[i].
fs_mgr_flags
& MF_CHECK) {
527
if ((fstab->recs[i].
fs_mgr_flags
& MF_VERIFY) && device_is_secure()) {
651
if (fstab->recs[i].
fs_mgr_flags
& MF_WAIT) {
707
if (fstab->recs[i].
fs_mgr_flags
& MF_VOLDMANAGED)
[
all
...]
/system/core/fs_mgr/include/
fs_mgr.h
51
int
fs_mgr_flags
;
member in struct:fstab_rec
Completed in 2322 milliseconds