Searched refs:NOSTRIP (Results 1 – 7 of 7) sorted by relevance
/external/toybox/scripts/ |
D | portability.sh | 34 export NOSTRIP=1
|
D | make.sh | 316 if [ -n "$NOSTRIP" ] || 319 [ -z "$NOSTRIP" ] && echo "strip failed, using unstripped"
|
/external/minijail/ |
D | common.mk | 98 NOSTRIP ?= 1 342 ifeq ($(NOSTRIP),0) 435 $(if $(filter 0,$(NOSTRIP)),$(call strip_artifact)) 694 $(info - NOSTRIP=$(NOSTRIP))
|
/external/minigbm/ |
D | common.mk | 98 NOSTRIP ?= 1 330 ifeq ($(NOSTRIP),0) 423 $(if $(filter 0,$(NOSTRIP)),$(call strip_artifact)) 680 $(info - NOSTRIP=$(NOSTRIP))
|
/external/modp_b64/ |
D | common.mk | 98 NOSTRIP ?= 1 340 ifeq ($(NOSTRIP),0) 433 $(if $(filter 0,$(NOSTRIP)),$(call strip_artifact)) 690 $(info - NOSTRIP=$(NOSTRIP))
|
/external/pdfium/third_party/libtiff/ |
D | tif_read.c | 42 #define NOSTRIP ((uint32_t)(-1)) /* undefined state */ macro 188 tif->tif_curstrip = NOSTRIP; in TIFFFillStripPartial() 800 tif->tif_curstrip = NOSTRIP; in TIFFFillStrip() 857 tif->tif_curstrip = NOSTRIP; in TIFFFillStrip() 868 tif->tif_curstrip = NOSTRIP; in TIFFFillStrip() 1429 tif->tif_curstrip = NOSTRIP; in TIFFStartStrip()
|
/external/toybox/mkroot/ |
D | mkroot.sh | 84 WRAPDIR="$WRAPDIR" CROSS_COMPILE= NOSTRIP=1 source mkroot/record-commands ||
|