OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:devFile
(Results
1 - 4
of
4
) sorted by null
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
TrustZoneDevice.h
82
* @param
devFile
the device node to speak to.
91
const char *
devFile
,
TrustZoneDevice.cpp
94
const char *
devFile
,
104
mcResult_t ret = pMcKMod->open(
devFile
);
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/public/
MobiCoreDevice.h
179
* @param
devFile
the device node to speak to.
187
const char *
devFile
,
/build/
envsetup.sh
1127
local
devFile
=$sdcard/hprof-$targetPid
1128
#local
devFile
=/data/local/hprof-$targetPid
1130
echo "Storing data at $
devFile
"
1131
adb ${adbOptions} shell am dumpheap $targetPid $
devFile
1138
echo "Retrieving file $
devFile
..."
1139
adb ${adbOptions} pull $
devFile
$localFile
1141
adb ${adbOptions} shell rm $
devFile
[
all
...]
Completed in 611 milliseconds