Searched refs:grepPattern (Results 1 – 1 of 1) sorted by relevance
101 private Set<String> getMappedArtifacts(String pid, String grepPattern) throws Exception { in getMappedArtifacts() argument102 final String grepCommand = String.format("grep \"%s\" /proc/%s/maps", grepPattern, pid); in getMappedArtifacts()141 final String grepPattern = ART_APEX_DALVIK_CACHE_DIRNAME + ".*@classes"; in verifySystemServerLoadedArtifacts() local142 final Set<String> mappedArtifacts = getMappedArtifacts(systemServerPid, grepPattern); in verifySystemServerLoadedArtifacts()