HomeSort by relevance Sort by last modified time
    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 1064 local devFile=$sdcard/hprof-$targetPid
1065 #local devFile=/data/local/hprof-$targetPid
1067 echo "Storing data at $devFile"
1068 adb ${adbOptions} shell am dumpheap $targetPid $devFile
1075 echo "Retrieving file $devFile..."
1076 adb ${adbOptions} pull $devFile $localFile
1078 adb ${adbOptions} shell rm $devFile
    [all...]

Completed in 152 milliseconds