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

/solaris-userland/components/gnome/gtk3/files/
H A Dgtk3-input-method-cache.sh58 CACHE_FILE="/usr/lib$DIR/gtk-3.0/3.0.0/immodules.cache"
65 if [[ ! -r "${CACHE_FILE}" ]]; then
69 elif [[ "${MODULE_DIR}" -nt "${CACHE_FILE}" ]] ; then
72 RESULT="$(find ${MODULE_DIR} -newer ${CACHE_FILE})"
80 print "${MAKE_CACHE} exited with an error while generating the cache file ${CACHE_FILE}"
83 print "input method cache installed in ${CACHE_FILE}"
/solaris-userland/components/desktop/desktop-cache/files/
H A Dinput-method-cache63 CACHE_FILE="/usr/lib$DIR/gtk-2.0/2.10.0/immodules.cache"
70 if [[ ! -r "${CACHE_FILE}" ]]; then
74 elif [[ "${MODULE_DIR}" -nt "${CACHE_FILE}" ]] ; then
78 --newer ${CACHE_FILE} ${MODULE_DIR} 2>/dev/null)"
86 print "${MAKE_CACHE} exited with an error while generating the cache file ${CACHE_FILE}"
89 print "input method cache installed in ${CACHE_FILE}"
/solaris-userland/components/foomatic/fppd/
H A DMakefile42 CACHE_FILE=$(PROTOUSRLIBDIR)/lp/caches/SUNWfoomatic.cache macro
47 $(SOURCE_DIR)/share/ppd $(CACHE_FILE) $(COMPONENT_DIR)/nolicense

Completed in 620 milliseconds