Searched refs:ls (Results 1 – 4 of 4) sorted by relevance
14 ls=`ls -ld "$PRG"`15 link=`expr "$ls" : '.*-> \(.*\)$'`
22 nz=$(ls -al $thermal_path | grep thermal_zone | wc -l)
309 String ls = "ls -A -d -1 -f " + driver; in containsDriver() local310 if (device.executeShellV2Command(ls).getExitCode().intValue() == 0) { in containsDriver()311 String[] expanded = device.executeShellCommand(ls).split("\\R"); in containsDriver()