Searched refs:statOut (Results 1 – 1 of 1) sorted by relevance
105 String statOut = runAndCheck(device, "stat -c '%U %G %a %C' '" + dir + "'").getStdout(); in makeWritable() local106 Matcher m = PERM_PATTERN.matcher(statOut); in makeWritable()107 assertTrue("Bad stats output: " + statOut, m.find()); in makeWritable()