Searched refs:paths (Results 1 – 13 of 13) sorted by relevance
104 String[] paths = getAllPendingOdexPaths(); in denyDueToInconsistentFileName() local105 assertThat(paths.length).isGreaterThan(1); in denyDueToInconsistentFileName()106 String odex1 = paths[0]; in denyDueToInconsistentFileName()107 String odex2 = paths[1]; in denyDueToInconsistentFileName()122 String[] paths = getAllPendingOdexPaths(); in denyDueToMissingFile() local123 assertThat(paths.length).isGreaterThan(0); in denyDueToMissingFile()124 getDevice().deleteFile(paths[0]); in denyDueToMissingFile()
1 Test on correctness while possibly sharing slow paths.
2 crash in the presence of slow paths with intrinsics.
5 paths and then runs the function, receiving the breakpoint events.
26 absolute paths (starting with /apex). All gtests are run otherwise.
25 and existing \$ANDROID_PRODUCT_OUT/apex/* paths.
84 Restore old presentation of sample paths from gc roots.85 Fix bug in selection of sample paths from gc root.96 Don't include weak references in sample paths.
342 paths = []347 paths.append(path)351 paths = [path for path in paths if not fnmatch.fnmatch(path, path_glob)]352 for unexpected_path in paths:
491 paths = classpath.split(':')493 for path in paths:
179 # exceptional paths. Since v0 is never changed, there should be no phis.
143 their absolute paths beginning with `/apex/`:
374 std::vector<const char*> paths{artifacts.OatPath().c_str(), artifacts.VdexPath().c_str()}; in ArtifactsExist() local376 paths.push_back(artifacts.ImagePath().c_str()); in ArtifactsExist()378 for (const char* path : paths) { in ArtifactsExist()390 for (const char* path : paths) { in ArtifactsExist()