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

/macosx-10.9.5/Libc-997.90.3/include/
H A DNSSystemDirectories.h79 NSPreferencePanesDirectory = 22, // location of the PreferencePanes directory for use with System Preferences (Library/PreferencePanes) enumerator in enum:__anon2855
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nspathutilties.py71 self.assertEqual(NSPreferencePanesDirectory, 22)
/macosx-10.9.5/Libc-997.90.3/gen/
H A DNSSystemDirectories.c273 { // NSPreferencePanesDirectory
290 #define Index(dir) (((dir) >= NSApplicationDirectory && (dir) <= NSPreferencePanesDirectory) ? ((dir) - 1) : (((dir) >= NSAllApplicationsDirectory && (dir) <= NSAllLibrariesDirectory) ? ((dir) - NSAllApplicationsDirectory + NSPreferencePanesDirectory) : -1))

Completed in 123 milliseconds