Searched refs:devdir (Results 1 – 2 of 2) sorted by relevance
92 devdir="/data/local/tmp"132 adb shell mkdir -p $devdir135 adb push $CMDDIR/$file $devdir188 (adb shell "cd $devdir && nohup $cmdline > test.out") &202 adb pull $devdir/test.out254 echo Copying $scripts to device $devdir...256 adb shell ln -s /data/benchmarktest/hwuimacro/$HWUIMACRO $devdir/$HWUIMACRO292 adb shell "cd $devdir && ./systemapps.sh -A -T -i 1"
102 DIR *devdir; in find_existing_devices_bus() local106 devdir = opendir(busname); in find_existing_devices_bus()107 if(devdir == 0) return 0; in find_existing_devices_bus()109 while ((de = readdir(devdir)) && !done) { in find_existing_devices_bus()115 closedir(devdir); in find_existing_devices_bus()