OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MOUNTED
(Results
1 - 16
of
16
) sorted by null
/frameworks/base/core/java/android/os/storage/
OnObbStateChangeListener.java
26
* The OBB container is now
mounted
and ready for use. Returned in status
29
public static final int
MOUNTED
= 1;
45
* The OBB could not be
mounted
by the system. Returned in status messages
58
* A call was made to unmount the OBB when it was not
mounted
. Returned in
64
* The OBB has already been
mounted
. Returned in status messages from calls
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
mntent.h
33
#define
MOUNTED
_PATH_MOUNTED /* Deprecated alias. */
57
char *mnt_dir; /* Directory
mounted
on. */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
mntent.h
33
#define
MOUNTED
_PATH_MOUNTED /* Deprecated alias. */
57
char *mnt_dir; /* Directory
mounted
on. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
mntent.h
33
#define
MOUNTED
_PATH_MOUNTED /* Deprecated alias. */
57
char *mnt_dir; /* Directory
mounted
on. */
/external/e2fsprogs/lib/ext2fs/
ismounted.c
2
* ismounted.c --- Check to see if the filesystem was
mounted
40
* filesystem is
mounted
. Returns an error if the file doesn't exist
126
printf("Bogus entry in %s! (%s not
mounted
on %s)\n",
145
* read/write, since if the root is
mounted
read/only, the
183
#if defined(
MOUNTED
) || defined(_PATH_MOUNTED)
184
#ifndef
MOUNTED
185
#define
MOUNTED
_PATH_MOUNTED
186
#endif /*
MOUNTED
*/
187
retval = check_mntent_file(
MOUNTED
, file, mount_flags, mtpt, mtlen);
192
#endif /* defined(
MOUNTED
) || defined(_PATH_MOUNTED) *
[
all
...]
/cts/tests/tests/os/src/android/os/storage/cts/
StorageManagerTest.java
64
final String canonPath = mountObb(R.raw.test1, outFile, OnObbStateChangeListener.
MOUNTED
);
71
assertTrue("OBB
mounted
path should be a directory", mountDir.isDirectory());
87
assertFalse("OBB should not be
mounted
",
90
assertNull("OBB's
mounted
path should be null",
106
assertFalse("OBB should not be
mounted
",
109
assertNull("OBB's
mounted
path should be null",
127
waitForObbActionCompletion(file1, oo1, OnObbStateChangeListener.
MOUNTED
);
129
waitForObbActionCompletion(file2, oo2, OnObbStateChangeListener.
MOUNTED
);
133
assertTrue("OBB
mounted
path should be a directory", mountDir1.isDirectory());
137
assertTrue("OBB
mounted
path should be a directory", mountDir2.isDirectory())
[
all
...]
/frameworks/base/services/tests/servicestests/src/com/android/server/
MountServiceTests.java
151
if (expectedState == OnObbStateChangeListener.
MOUNTED
) {
152
assertTrue("OBB should be
mounted
", sm.isObbMounted(file.getPath()));
176
assertTrue("OBB should be
mounted
", sm.isObbMounted(file.getPath()));
207
assertFalse("OBB should not be
mounted
", sm.isObbMounted(file.getPath()));
217
mountObb(sm, R.raw.test1, outFile, OnObbStateChangeListener.
MOUNTED
);
224
assertTrue("OBB
mounted
path should be a directory",
238
assertFalse("OBB should not be
mounted
",
241
assertNull("OBB's
mounted
path should be null",
254
assertFalse("OBB should not be
mounted
",
257
assertNull("OBB's
mounted
path should be null"
[
all
...]
/frameworks/base/core/tests/coretests/src/android/os/storage/
StorageManagerIntegrationTest.java
120
mountObb(filePath, OBB_FILE_3_PASSWORD, OnObbStateChangeListener.
MOUNTED
);
146
mountObb(filePath3, OBB_FILE_3_PASSWORD, OnObbStateChangeListener.
MOUNTED
);
151
mountObb(filePath1, OBB_FILE_1_PASSWORD, OnObbStateChangeListener.
MOUNTED
);
194
// verify still
mounted
195
assertTrue("
mounted
path should not be null!", obbFilePath != null);
196
assertTrue("
mounted
path should still be
mounted
!", mSm.isObbMounted(obbFilePath));
203
assertFalse("
mounted
path should no longer be
mounted
!",
232
* Tests remounting a single OBB that has already been
mounted
[
all
...]
StorageManagerBaseTest.java
82
* @param pathToContentsFile path to a file on the
mounted
OBB volume to open after the OBB
83
* has been
mounted
95
* Mounts OBB_FILE_1, and tries to open a file on the
mounted
OBB (specified in the
140
* Returns the official path of the OBB file that was
mounted
144
* @return a {@link String} representation of the path to the OBB file that was
mounted
269
* @param fileName The full name and path to the file on the OBB to open once the OBB is
mounted
276
assertTrue("Cannot open file when OBB is not
mounted
!", mSm.isObbMounted(obbPath));
302
* @return A {@link String} representing the normalized path to OBB file that was
mounted
312
* @return A {@link String} representing the normalized path to OBB file that was
mounted
315
return doMountObb(obbFilePath, null, OnObbStateChangeListener.
MOUNTED
);
[
all
...]
/development/samples/Obb/src/com/example/android/obbapp/
ObbMountActivity.java
83
if (state == OnObbStateChangeListener.
MOUNTED
) {
107
Log.d(TAG, "OBB already
mounted
");
125
Log.d(TAG, "OBB not
mounted
");
/frameworks/base/services/java/com/android/server/
MountService.java
124
/** Maximum number of ASEC containers allowed to be
mounted
. */
136
public static final int
Mounted
= 4;
221
* Private hash of currently
mounted
secure containers.
239
*
Mounted
OBB tracking information. Used to track the current state of all
554
// Push
mounted
state for all emulated storage
687
* remove those from the list of
mounted
OBBS.
745
} else if (st == VolumeState.
Mounted
) {
747
Slog.i(TAG, "Media already
mounted
on daemon connection");
[
all
...]
/prebuilts/sdk/12/
android.jar
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 1164 milliseconds