OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mounted
(Results
1 - 25
of
557
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/art/test/071-dexfile/
info.txt
4
NOTE: the test requires that /data/run-test/ exists and is writable and not
mounted
noexec.
/bootable/recovery/
roots.h
32
// Make sure that the volume 'path' is on is
mounted
. Returns 0 on
33
// success (volume is
mounted
).
36
// Make sure that the volume 'path' is on is
mounted
. Returns 0 on
42
// it is
mounted
.
46
//
mounted
(/tmp and /cache) are
mounted
. Returns 0 on success.
/external/linux-tools-perf/src/tools/lib/lk/
debugfs.c
22
/* find the path to the
mounted
debugfs */
76
/* mount the debugfs somewhere if it's not
mounted
*/
82
/* see if it's already
mounted
*/
86
/* if not
mounted
and no argument */
/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
/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
...]
/development/ndk/platforms/android-9/include/android/
storage_manager.h
32
* The OBB container is now
mounted
and ready for use. Can be returned
51
* The OBB could not be
mounted
by the system. Can be returned as the
64
* A call was made to unmount the OBB when it was not
mounted
. Can be
71
* The OBB has already been
mounted
. Can be returned as the status for
113
* Check whether an OBB is
mounted
.
118
* Get the
mounted
path for an OBB.
/frameworks/native/include/android/
storage_manager.h
32
* The OBB container is now
mounted
and ready for use. Can be returned
51
* The OBB could not be
mounted
by the system. Can be returned as the
64
* A call was made to unmount the OBB when it was not
mounted
. Can be
71
* The OBB has already been
mounted
. Can be returned as the status for
113
* Check whether an OBB is
mounted
.
118
* Get the
mounted
path for an OBB.
/prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/android/
storage_manager.h
32
* The OBB container is now
mounted
and ready for use. Can be returned
51
* The OBB could not be
mounted
by the system. Can be returned as the
64
* A call was made to unmount the OBB when it was not
mounted
. Can be
71
* The OBB has already been
mounted
. Can be returned as the status for
113
* Check whether an OBB is
mounted
.
118
* Get the
mounted
path for an OBB.
/prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/android/
storage_manager.h
32
* The OBB container is now
mounted
and ready for use. Can be returned
51
* The OBB could not be
mounted
by the system. Can be returned as the
64
* A call was made to unmount the OBB when it was not
mounted
. Can be
71
* The OBB has already been
mounted
. Can be returned as the status for
113
* Check whether an OBB is
mounted
.
118
* Get the
mounted
path for an OBB.
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/android/
storage_manager.h
32
* The OBB container is now
mounted
and ready for use. Can be returned
51
* The OBB could not be
mounted
by the system. Can be returned as the
64
* A call was made to unmount the OBB when it was not
mounted
. Can be
71
* The OBB has already been
mounted
. Can be returned as the status for
113
* Check whether an OBB is
mounted
.
118
* Get the
mounted
path for an OBB.
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/android/
storage_manager.h
32
* The OBB container is now
mounted
and ready for use. Can be returned
51
* The OBB could not be
mounted
by the system. Can be returned as the
64
* A call was made to unmount the OBB when it was not
mounted
. Can be
71
* The OBB has already been
mounted
. Can be returned as the status for
113
* Check whether an OBB is
mounted
.
118
* Get the
mounted
path for an OBB.
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/android/
storage_manager.h
32
* The OBB container is now
mounted
and ready for use. Can be returned
51
* The OBB could not be
mounted
by the system. Can be returned as the
64
* A call was made to unmount the OBB when it was not
mounted
. Can be
71
* The OBB has already been
mounted
. Can be returned as the status for
113
* Check whether an OBB is
mounted
.
118
* Get the
mounted
path for an OBB.
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/android/
storage_manager.h
32
* The OBB container is now
mounted
and ready for use. Can be returned
51
* The OBB could not be
mounted
by the system. Can be returned as the
64
* A call was made to unmount the OBB when it was not
mounted
. Can be
71
* The OBB has already been
mounted
. Can be returned as the status for
113
* Check whether an OBB is
mounted
.
118
* Get the
mounted
path for an OBB.
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/android/
storage_manager.h
32
* The OBB container is now
mounted
and ready for use. Can be returned
51
* The OBB could not be
mounted
by the system. Can be returned as the
64
* A call was made to unmount the OBB when it was not
mounted
. Can be
71
* The OBB has already been
mounted
. Can be returned as the status for
113
* Check whether an OBB is
mounted
.
118
* Get the
mounted
path for an OBB.
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/android/
storage_manager.h
32
* The OBB container is now
mounted
and ready for use. Can be returned
51
* The OBB could not be
mounted
by the system. Can be returned as the
64
* A call was made to unmount the OBB when it was not
mounted
. Can be
71
* The OBB has already been
mounted
. Can be returned as the status for
113
* Check whether an OBB is
mounted
.
118
* Get the
mounted
path for an OBB.
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/android/
storage_manager.h
32
* The OBB container is now
mounted
and ready for use. Can be returned
51
* The OBB could not be
mounted
by the system. Can be returned as the
64
* A call was made to unmount the OBB when it was not
mounted
. Can be
71
* The OBB has already been
mounted
. Can be returned as the status for
113
* Check whether an OBB is
mounted
.
118
* Get the
mounted
path for an OBB.
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/android/
storage_manager.h
32
* The OBB container is now
mounted
and ready for use. Can be returned
51
* The OBB could not be
mounted
by the system. Can be returned as the
64
* A call was made to unmount the OBB when it was not
mounted
. Can be
71
* The OBB has already been
mounted
. Can be returned as the status for
113
* Check whether an OBB is
mounted
.
118
* Get the
mounted
path for an OBB.
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/android/
storage_manager.h
32
* The OBB container is now
mounted
and ready for use. Can be returned
51
* The OBB could not be
mounted
by the system. Can be returned as the
64
* A call was made to unmount the OBB when it was not
mounted
. Can be
71
* The OBB has already been
mounted
. Can be returned as the status for
113
* Check whether an OBB is
mounted
.
118
* Get the
mounted
path for an OBB.
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/android/
storage_manager.h
32
* The OBB container is now
mounted
and ready for use. Can be returned
51
* The OBB could not be
mounted
by the system. Can be returned as the
64
* A call was made to unmount the OBB when it was not
mounted
. Can be
71
* The OBB has already been
mounted
. Can be returned as the status for
113
* Check whether an OBB is
mounted
.
118
* Get the
mounted
path for an OBB.
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/android/
storage_manager.h
32
* The OBB container is now
mounted
and ready for use. Can be returned
51
* The OBB could not be
mounted
by the system. Can be returned as the
64
* A call was made to unmount the OBB when it was not
mounted
. Can be
71
* The OBB has already been
mounted
. Can be returned as the status for
113
* Check whether an OBB is
mounted
.
118
* Get the
mounted
path for an OBB.
/prebuilts/ndk/9/platforms/android-12/arch-arm/usr/include/android/
storage_manager.h
32
* The OBB container is now
mounted
and ready for use. Can be returned
51
* The OBB could not be
mounted
by the system. Can be returned as the
64
* A call was made to unmount the OBB when it was not
mounted
. Can be
71
* The OBB has already been
mounted
. Can be returned as the status for
113
* Check whether an OBB is
mounted
.
118
* Get the
mounted
path for an OBB.
/prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/android/
storage_manager.h
32
* The OBB container is now
mounted
and ready for use. Can be returned
51
* The OBB could not be
mounted
by the system. Can be returned as the
64
* A call was made to unmount the OBB when it was not
mounted
. Can be
71
* The OBB has already been
mounted
. Can be returned as the status for
113
* Check whether an OBB is
mounted
.
118
* Get the
mounted
path for an OBB.
/prebuilts/ndk/9/platforms/android-12/arch-x86/usr/include/android/
storage_manager.h
32
* The OBB container is now
mounted
and ready for use. Can be returned
51
* The OBB could not be
mounted
by the system. Can be returned as the
64
* A call was made to unmount the OBB when it was not
mounted
. Can be
71
* The OBB has already been
mounted
. Can be returned as the status for
113
* Check whether an OBB is
mounted
.
118
* Get the
mounted
path for an OBB.
/prebuilts/ndk/9/platforms/android-13/arch-arm/usr/include/android/
storage_manager.h
32
* The OBB container is now
mounted
and ready for use. Can be returned
51
* The OBB could not be
mounted
by the system. Can be returned as the
64
* A call was made to unmount the OBB when it was not
mounted
. Can be
71
* The OBB has already been
mounted
. Can be returned as the status for
113
* Check whether an OBB is
mounted
.
118
* Get the
mounted
path for an OBB.
Completed in 821 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>