Searched refs:resultList (Results 1 – 1 of 1) sorted by relevance
168 CommandResult resultList = in fetchTombstones() local171 if (!CommandStatus.SUCCESS.equals(resultList.getStatus())) { in fetchTombstones()172 CLog.e("Failed to list the tombstones: %s", resultList.getStderr()); in fetchTombstones()175 if (resultList.getStdout().split("\n").length <= 0) { in fetchTombstones()