Searched refs:RESULT (Results 1 - 6 of 6) sorted by relevance

/solaris-userland/components/gnome/gtk3/files/
H A Dgtk3-input-method-cache.sh66 RESULT="no cache file"
68 RESULT="refresh requested"
70 RESULT="directory updated"
72 RESULT="$(find ${MODULE_DIR} -newer ${CACHE_FILE})"
75 if [[ -n "$RESULT" ]]; then
76 print "updating/creating im modules cache file ($RESULT)"
/solaris-userland/components/desktop/desktop-cache/files/
H A Dinput-method-cache71 RESULT="no cache file"
73 RESULT="refresh requested"
75 RESULT="directory updated"
77 RESULT="$(${FIND_NEWER} -c -f -m --name '*.so' \
81 if [[ -n "$RESULT" ]]; then
82 print "updating/creating im modules cache file ($RESULT)"
H A Dicon-cache68 RESULT=`${FIND_NEWER} -f -m -c --newer $DIR/icon-theme.cache $DIR 2>/dev/null`
70 RESULT=`/usr/bin/find $DIR -type d`
71 if [ ${#RESULT} == ${#DIR} ]; then
73 RESULT=""
75 RESULT="nocache"
78 if [ -n "$RESULT" ]; then
79 if [ "$RESULT" == "nocache" ]; then
111 RESULT=`/usr/bin/find $DIR ! -type d -follow 2>/dev/null`
113 RESULT=`/usr/bin/find $DIR -type d`
114 if [ ${#RESULT}
[all...]
H A Ddesktop-mime-cache64 RESULT=`${FIND_NEWER} -f -c -m \
68 RESULT="no cache found"
71 if [ -n "$RESULT" ]; then
95 RESULT=`/usr/bin/find /usr/share/applications ! -type d -follow 2>/dev/null`
97 RESULT="no cache found"
100 if [ -n "$RESULT" ]; then
H A Dmime-types-cache61 RESULT=`${FIND_NEWER} -f -c -m \
65 RESULT="no cache found"
68 if [ -n "$RESULT" ]; then
91 RESULT=`/usr/bin/find /usr/share/mime/packages ! -type d -follow 2>/dev/null`
93 RESULT="no cache found"
96 if [ -n "$RESULT" ]; then
H A Dpixbuf-loaders-installer77 RESULT=`${FIND_NEWER} -f -c -m --name '*.so' \
81 RESULT="no gdk pixbuf loaders file"
84 if [ -n "$RESULT" ]; then
104 RESULT=`${FIND_NEWER} -f -c -m --name '*.so' \
108 RESULT="no loaders cache file"
111 if [ -n "$RESULT" ]; then
140 RESULT=`/usr/bin/find /usr/lib/$DIR/gdk-pixbuf-2.0/*/loaders/*.so ! -type d \
143 RESULT="no gdk pixbuf loaders file"
146 if [ -n "$RESULT" ]; then
166 RESULT
[all...]

Completed in 17 milliseconds