OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mountPoint
(Results
1 - 4
of
4
) sorted by null
/packages/experimental/droiddreamclean/
droiddreamclean.c
168
char
mountPoint
[1024];
176
mountPoint
, type, opts, &freq, &passno);
181
if (strcmp(
mountPoint
, "/system")) {
/system/vold/
VolumeManager.cpp
357
char
mountPoint
[255];
359
snprintf(
mountPoint
, sizeof(
mountPoint
), "%s/%s", Volume::ASECDIR, id);
360
if (mkdir(
mountPoint
, 0777)) {
362
SLOGE("
Mountpoint
creation failed (%s)", strerror(errno));
372
if (Fat::doMount(dmDevice,
mountPoint
, false, false, false, ownerUid,
393
char
mountPoint
[255];
408
snprintf(
mountPoint
, sizeof(
mountPoint
), "%s/%s", Volume::ASECDIR, id);
410
if (Fat::doMount(loopDevice,
mountPoint
, true, true, true, 0, 0, 0227, false))
[
all
...]
/frameworks/base/core/java/android/os/storage/
IMountService.java
150
public int mountVolume(String
mountPoint
) throws RemoteException {
156
_data.writeString(
mountPoint
);
172
public void unmountVolume(String
mountPoint
, boolean force, boolean removeEncryption)
178
_data.writeString(
mountPoint
);
193
public int formatVolume(String
mountPoint
) throws RemoteException {
199
_data.writeString(
mountPoint
);
231
* Gets the state of a volume via its
mountpoint
.
233
public String getVolumeState(String
mountPoint
) throws RemoteException {
239
_data.writeString(
mountPoint
);
[
all
...]
/prebuilt/common/tradefed/
tradefed-prebuilt.jar
Completed in 68 milliseconds