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

/macosx-10.10/SmartCardServices-55111/src/PCSC/utils/
H A DbundleTool.c70 DIR *bundleDir; local
89 bundleDir = opendir(MSC_SVC_DROPDIR);
90 CHECK_ERR(bundleDir == 0, "Could not open services directory.");
98 while ((currBundle = readdir(bundleDir)) != 0)
121 closedir(bundleDir);
123 bundleDir = opendir(MSC_SVC_DROPDIR);
124 CHECK_ERR(bundleDir == 0, "Could not open services directory.");
125 CHECK_ERR(bundleDir == 0, MSC_SVC_DROPDIR);
129 if ((currBundle = readdir(bundleDir)) != 0)
141 closedir(bundleDir);
[all...]
/macosx-10.10/eap8021x-198/EAPOLController.bproj/
H A Dcontroller.c2282 start(const char *bundleName, const char *bundleDir) argument
/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A Dipconfigd.c7713 start(const char *bundleName, const char *bundleDir) argument

Completed in 177 milliseconds