OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:devicePath
(Results
1 - 5
of
5
) sorted by null
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
GeeTest.java
78
File
devicePath
= new File(NATIVE_TESTS_DIRECTORY, mExeName);
79
if (!mDevice.pushFile(nativeExe,
devicePath
.toString())) {
/external/srec/srec/Nametag/src/
NametagsImpl.c
85
LCHAR
devicePath
[P_PATH_MAX];
99
CHKLOG(rc, ESR_SessionGetLCHAR(L("cmdline.nametagPath"),
devicePath
, &size));
101
if (LSTRNCMP(filename,
devicePath
, LSTRLEN(
devicePath
)) != 0)
102
LSTRCAT(
devicePath
, filename);
104
LSTRCPY(
devicePath
, filename);
105
file = pfopen (
devicePath
, L("r"));
106
/* CHKLOG(rc, PFileSystemCreatePFile(
devicePath
, ESR_TRUE, &file));
202
LCHAR
devicePath
[P_PATH_MAX];
219
CHKLOG(rc, ESR_SessionGetLCHAR(L("cmdline.nametagPath"),
devicePath
, &size))
[
all
...]
/system/vold/
Volume.cpp
228
char
devicePath
[255];
237
sprintf(
devicePath
, "/dev/block/vold/%d:%d",
240
if (initializeMbr(
devicePath
)) {
246
sprintf(
devicePath
, "/dev/block/vold/%d:%d",
250
SLOGI("Formatting volume %s (%s)", getLabel(),
devicePath
);
253
if (Fat::format(
devicePath
, 0)) {
390
char
devicePath
[255];
392
sprintf(
devicePath
, "/dev/block/vold/%d:%d", MAJOR(deviceNodes[i]),
395
SLOGI("%s being considered for volume %s\n",
devicePath
, getLabel());
400
if (Fat::check(
devicePath
)) {
[
all
...]
/external/skia/src/device/xps/
SkXPSDevice.cpp
[
all
...]
/prebuilts/devtools/tools/lib/
ddmuilib.jar
Completed in 687 milliseconds