OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mounted
(Results
1 - 4
of
4
) 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
/system/core/fs_mgr/
fs_mgr.c
286
int
mounted
= 0;
local
305
if (
mounted
) {
306
ERROR("%s(): skipping fstab dup mountpoint=%s rec[%d].fs_type=%s already
mounted
as %s.\n", __func__,
317
mounted
= 1;
319
ERROR("%s():
Mounted
%s on %s with fs_type=%s instead of %s\n", __func__,
333
if (!
mounted
) {
486
* If multiple fstab entries are to be
mounted
on "n_name", it will try to mount each one
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
ApplicationsState.java
113
boolean
mounted
;
field in class:ApplicationsState.AppEntry
141
if (this.label == null || !this.
mounted
) {
143
this.
mounted
= false;
146
this.
mounted
= true;
/packages/apps/Settings/src/com/android/settings/applications/
ApplicationsState.java
97
boolean
mounted
;
field in class:ApplicationsState.AppEntry
128
if (this.label == null || !this.
mounted
) {
130
this.
mounted
= false;
133
this.
mounted
= true;
146
this.
mounted
= false;
150
} else if (!this.
mounted
) {
151
// If the app wasn't
mounted
but is now
mounted
, reload
154
this.
mounted
= true;
[
all
...]
Completed in 618 milliseconds