Searched refs:shellCommand (Results 1 – 1 of 1) sorted by relevance
230 String shellCommand = String.format("cat %s/%s", deviceDirectoryName, relativeFilename); in fetchTotalPssKb() local231 String totalPssKbStr = testDevice.executeShellCommand(shellCommand); in fetchTotalPssKb()