Searched defs:LOCALEDIR (Results 1 - 18 of 18) sorted by relevance

/external/e2fsprogs/lib/support/
H A Dnls-enable.h14 #ifndef LOCALEDIR
15 #define LOCALEDIR "/usr/share/locale" macro
/external/selinux/policycoreutils/load_policy/
H A DMakefile6 LOCALEDIR ?= /usr/share/locale macro
9 override CFLAGS += $(LDFLAGS) -DUSE_NLS -DLOCALEDIR="\"$(LOCALEDIR)\"" -DPACKAGE="\"policycoreutils\""
/external/selinux/policycoreutils/scripts/
H A DMakefile7 LOCALEDIR ?= $(PREFIX)/share/locale macro
/external/selinux/python/chcat/
H A DMakefile7 LOCALEDIR ?= $(PREFIX)/share/locale macro
/external/e2fsprogs/intl/
H A Dos2compat.h27 #undef LOCALEDIR macro
28 #define LOCALEDIR _nlos2_localedir macro
/external/selinux/policycoreutils/run_init/
H A DMakefile7 LOCALEDIR ?= /usr/share/locale macro
12 override CFLAGS += -DUSE_NLS -DLOCALEDIR="\"$(LOCALEDIR)\"" -DPACKAGE="\"policycoreutils\""
/external/selinux/python/audit2allow/
H A DMakefile8 LOCALEDIR ?= /usr/share/locale macro
/external/selinux/sandbox/
H A DMakefile10 LOCALEDIR ?= /usr/share/locale macro
/external/dnsmasq/
H A DMakefile19 LOCALEDIR = ${PREFIX}/share/locale macro
58 I18N=-DLOCALEDIR='\"$(LOCALEDIR)\"' \
69 cd $(SRC); ../bld/install-mo $(DESTDIR)$(LOCALEDIR) $(INSTALL)
/external/selinux/python/sepolicy/
H A DMakefile11 LOCALEDIR ?= /usr/share/locale macro
/external/selinux/policycoreutils/newrole/
H A DMakefile6 LOCALEDIR = /usr/share/locale macro
25 override CFLAGS += -DVERSION=\"$(VERSION)\" -DUSE_NLS -DLOCALEDIR="\"$(LOCALEDIR)\"" -DPACKAGE="\"policycoreutils\""
/external/bison/darwin-lib/
H A Dconfigmake.h22 #define LOCALEDIR "/usr/local/share/locale" macro
/external/bison/linux-lib/
H A Dconfigmake.h22 #define LOCALEDIR "/usr/local/share/locale" macro
/external/toybox/kconfig/
H A Dlkc.h39 #define LOCALEDIR "/usr/share/locale" macro
/external/e2fsprogs/resize/
H A Dresize2fs.h53 #ifndef LOCALEDIR
54 #define LOCALEDIR "/usr/share/locale" macro
/external/python/cpython2/Lib/test/
H A Dtest_gettext.py57 LOCALEDIR = os.path.join('xx', 'LC_MESSAGES') variable
58 MOFILE = os.path.join(LOCALEDIR, 'gettext.mo')
59 UMOFILE = os.path.join(LOCALEDIR, 'ugettext.mo')
60 MMOFILE = os.path.join(LOCALEDIR, 'metadata.mo')
65 if not os.path.isdir(LOCALEDIR):
66 os.makedirs(LOCALEDIR)
81 shutil.rmtree(os.path.split(LOCALEDIR)[0])
/external/e2fsprogs/e2fsck/
H A De2fsck.h55 #ifndef LOCALEDIR
56 #define LOCALEDIR "/usr/share/locale" macro
/external/e2fsprogs/misc/
H A Dfuse2fs.c54 #ifndef LOCALEDIR
55 #define LOCALEDIR "/usr/share/locale" macro
3745 bindtextdomain(NLS_CAT_NAME, LOCALEDIR);

Completed in 4387 milliseconds