Home
last modified time | relevance | path

Searched refs:CUPS_BUNDLEDIR (Results 1 – 7 of 7) sorted by relevance

/external/libcups/config-scripts/
Dcups-defaults.m424 CUPS_BUNDLEDIR="$withval",[
26CUPS_BUNDLEDIR="/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/Pri…
29 CUPS_BUNDLEDIR=""
32 AC_SUBST(CUPS_BUNDLEDIR)
33 if test "x$CUPS_BUNDLEDIR" != x; then
34 AC_DEFINE_UNQUOTED(CUPS_BUNDLEDIR, "$CUPS_BUNDLEDIR")
45 if test "x$cups_bundlelang" != x -a "x$CUPS_BUNDLEDIR" != x; then
46 CUPS_RESOURCEDIR="$CUPS_BUNDLEDIR/Resources/$cups_bundlelang.lproj"
/external/libcups/cups/
Dlanguage.c136 # ifdef CUPS_BUNDLEDIR
891 #if defined(__APPLE__) && defined(CUPS_BUNDLEDIR) in _cupsMessageFree()
1169 #if defined(__APPLE__) && defined(CUPS_BUNDLEDIR) in _cupsMessageLookup()
1410 # ifdef CUPS_BUNDLEDIR
1447 CUPS_BUNDLEDIR "/Resources/%s.lproj/cups.strings", in appleMessageLoad()
1459 snprintf(filename, sizeof(filename), CUPS_BUNDLEDIR "/Resources/%s.lproj/cups.strings", locale); in appleMessageLoad()
1476 … snprintf(filename, sizeof(filename), CUPS_BUNDLEDIR "/Resources/%s.lproj/cups.strings", baselang); in appleMessageLoad()
1512 if (!access(CUPS_BUNDLEDIR "/Resources/zh_TW.lproj/cups.strings", 0)) in appleMessageLoad()
1531 CUPS_BUNDLEDIR "/Resources/%s.lproj/cups.strings", locale); in appleMessageLoad()
1682 #if defined(__APPLE__) && defined(CUPS_BUNDLEDIR) in cups_message_load()
/external/libcups/ppdc/
Dppdc-catalog.cxx34 #if defined(__APPLE__) && defined(CUPS_BUNDLEDIR)
63 #if defined(__APPLE__) && defined(CUPS_BUNDLEDIR) in ppdcCatalog()
69 …snprintf(pofile, sizeof(pofile), CUPS_BUNDLEDIR "/Resources/%s.lproj/cups.strings", _cupsAppleLang… in ppdcCatalog()
92 snprintf(pofile, sizeof(pofile), CUPS_BUNDLEDIR "/Resources/%s.lproj/cups.strings", tl); in ppdcCatalog()
657 #if defined(__APPLE__) && defined(CUPS_BUNDLEDIR)
/external/libcups/xcode/
Dconfig.h669 # define CUPS_BUNDLEDIR "/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frame… macro
671 # define CUPS_BUNDLEDIR "/System/Library/PrivateFrameworks/PrintKit.framework/Versions/A" macro
/external/libcups/
Dconfigure.ac52 elif test "x$CUPS_BUNDLEDIR" != x; then
DMakedefs.in226 BUNDLEDIR = @CUPS_BUNDLEDIR@
Dconfig.h.in653 #undef CUPS_BUNDLEDIR