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
86
boolean
mounted
;
field in class:ApplicationsState.AppEntry
117
if (this.label == null || !this.
mounted
) {
119
this.
mounted
= false;
122
this.
mounted
= true;
135
this.
mounted
= false;
139
} else if (!this.
mounted
) {
140
// If the app wasn't
mounted
but is now
mounted
, reload
143
this.
mounted
= true;
812
if (entry.icon == null || !entry.
mounted
) {
[
all
...]
Completed in 36 milliseconds