Searched refs:grepCommand (Results 1 – 1 of 1) sorted by relevance
102 final String grepCommand = String.format("grep \"%s\" /proc/%s/maps", grepPattern, pid); in getMappedArtifacts() local103 CommandResult result = getDevice().executeShellV2Command(grepCommand); in getMappedArtifacts()