Searched refs:strip (Results 1 - 8 of 8) sorted by relevance

/system/core/liblog/
H A DAndroid.mk26 ifeq ($(strip $(USE_CYGWIN)),)
31 ifneq ($(strip $(USE_MINGW)),)
/system/core/charger/
H A DAndroid.mk11 ifeq ($(strip $(BOARD_CHARGER_DISABLE_INIT_BLANK)),true)
/system/core/fastboot/
H A DAndroid.mk37 ifneq ($(strip $(USE_CYGWIN)),)
42 ifneq ($(strip $(USE_MINGW)),)
H A Dfastboot.c391 static char *strip(char *s) function
441 name = strip(name);
442 for(n = 0; n < count; n++) val[n] = strip(val[n]);
444 name = strip(name);
454 out[n] = strdup(strip(val[n]));
/system/core/init/
H A DAndroid.mk21 ifeq ($(strip $(INIT_BOOTCHART)),true)
/system/core/libcutils/
H A DAndroid.mk63 ifeq ($(strip $(USE_CYGWIN)),)
68 ifneq ($(strip $(USE_MINGW)),)
/system/core/adb/
H A DAndroid.mk38 ifneq ($(strip $(USE_CYGWIN)),)
43 ifneq ($(strip $(USE_MINGW)),)
/system/extras/tests/sdcard/
H A Dplot_sdcard.py139 line = line.strip()

Completed in 1077 milliseconds