Searched refs:addPath (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/shell_cmds-179/find/
H A Dfind.c181 /* addPath - helper function used to build a list of paths that were
184 static char **addPath(char **array, char *newPath) function
231 myPaths = addPath(NULL, NULL);
247 myPaths = addPath(myPaths, paths[pathIndex]);
256 myPaths = addPath(myPaths, paths[pathIndex]);
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DLinker.h137 void addPath(const sys::Path& path);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Linker/
H A DLinker.cpp67 Linker::addPath(const sys::Path& path) { function in class:Linker
/macosx-10.10.1/libauto-186/
H A Dauto_gdb_interface.cpp393 void addPath(PathsVector &paths, Node *rootNode) { function in class:Auto::GDBRootFinder
421 addPath(paths, slotNode);
427 addPath(paths, slotNode);
429 addPath(paths, slotNode);
435 addPath(paths, slotNode);
445 if (_blockRef.retainCount) addPath(paths, _blockNode);

Completed in 79 milliseconds