OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mounted
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/ext2ed/
main.c
61
int AllowMountedRead=0; /* Behavior when trying to open a
mounted
filesystem read-only */
75
int
mounted
=0; /* This is set when we find that the filesystem is
mounted
*/
variable
/packages/apps/Settings/src/com/android/settings/applications/
ApplicationsState.java
96
boolean
mounted
;
field in class:ApplicationsState.AppEntry
127
if (this.label == null || !this.
mounted
) {
129
this.
mounted
= false;
132
this.
mounted
= true;
145
this.
mounted
= false;
149
} else if (!this.
mounted
) {
150
// If the app wasn't
mounted
but is now
mounted
, reload
153
this.
mounted
= true;
[
all
...]
Completed in 1267 milliseconds