Searched refs:path_argv (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/libsecurity_manifest/lib/
H A DManifestInternal.cpp1001 char* path_argv[] = { path, NULL }; local
1002 FTS* thisDir = fts_open (path_argv, FTS_PHYSICAL | FTS_NOCHDIR | FTS_NOSTAT | FTS_XDEV, CompareFilenames);
/macosx-10.9.5/system_cmds-597.90.1/dirhelper.tproj/
H A Ddirhelper.c198 char* path_argv[] = { (char*)path, NULL }; local
199 fts = fts_open(path_argv, FTS_PHYSICAL | FTS_XDEV, NULL);
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/dirhelper.tproj/
H A Ddirhelper.c198 char* path_argv[] = { (char*)path, NULL }; local
199 fts = fts_open(path_argv, FTS_PHYSICAL | FTS_XDEV, NULL);

Completed in 95 milliseconds