Searched refs:pathIndex (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/shell_cmds-179/find/
H A Dfind.c220 int pathIndex; local
232 for (pathIndex = 0; paths[pathIndex] != NULL; ++pathIndex) {
233 int stat_ret = stat(paths[pathIndex], &statInfo);
237 errx(1, "Symlink loop resolving %s", paths[pathIndex]);
246 if (access(paths[pathIndex], X_OK) == 0) {
247 myPaths = addPath(myPaths, paths[pathIndex]);
250 warnx("%s: Permission denied", paths[pathIndex]);
256 myPaths = addPath(myPaths, paths[pathIndex]);
[all...]
/macosx-10.10/WebKit2-7600.1.25/UIProcess/mac/
H A DViewGestureControllerMac.mm447 for (size_t pathIndex = 0; pathIndex < shortestPathLength; pathIndex++) {
448 CALayer *firstPathLayer = liveLayerPathsFromRoot[0][pathIndex];
450 if (liveLayerPathsFromRoot[layerIndex][pathIndex] != firstPathLayer)

Completed in 195 milliseconds