OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Xwarp
(Results
1 - 4
of
4
) sorted by null
/system/vold/
Xwarp.cpp
30
#include "
Xwarp
.h"
31
const char *
Xwarp
::XWARP_BACKINGFILE = "/mnt/secure/asec/
xwarp
.img";
32
const char *
Xwarp
::XWARP_CFG = "/sys/fs/yaffs/mtd3/
xwarp
-backing-store";
33
const char *
Xwarp
::XWARP_READY = "/sys/fs/yaffs/mtd3/
xwarp
-ready";
34
const char *
Xwarp
::XWARP_MIRROR_STATUS = "/sys/fs/yaffs/mtd3/
xwarp
-mirror";
36
int
Xwarp
::enable()
[
all
...]
Xwarp.h
22
class
Xwarp
{
Android.mk
17
Xwarp
.cpp \
CommandListener.cpp
37
#include "
Xwarp
.h"
454
VoldCommand("
xwarp
") {
465
if (
Xwarp
::enable()) {
466
cli->sendMsg(ResponseCode::OperationFailed, "Failed to enable
xwarp
", true);
470
cli->sendMsg(ResponseCode::CommandOkay, "
Xwarp
mirroring started", false);
472
if (
Xwarp
::disable()) {
473
cli->sendMsg(ResponseCode::OperationFailed, "Failed to disable
xwarp
", true);
477
cli->sendMsg(ResponseCode::CommandOkay, "
Xwarp
disabled", false);
483
if (
Xwarp
::status(&r, &mirrorPos, &maxSize)) {
484
cli->sendMsg(ResponseCode::OperationFailed, "Failed to get
xwarp
status", true)
[
all
...]
Completed in 95 milliseconds