Home
last modified time | relevance | path

Searched refs:VPATH (Results 1 – 25 of 194) sorted by relevance

12345678

/external/linux-kselftest/tools/testing/selftests/ntb/
Dntb_test.sh99 VPATH=$1
102 if [[ "$VPATH" == *":/"* ]]; then
103 REMOTE=${VPATH%%:*}
104 VPATH=${VPATH#*:}
112 ssh "$REMOTE" cat "$VPATH"
114 cat "$VPATH"
124 ssh "$REMOTE" "echo \"$VALUE\" > \"$VPATH\""
126 echo "$VALUE" > "$VPATH"
135 ssh "$REMOTE" "[[ -e ${VPATH} ]]"
137 [[ -e ${VPATH} ]]
[all …]
/external/cldr/tools/java/org/unicode/cldr/util/
DCLDRURLS.java61 protected static String VPATH = "/v#"; field in CLDRURLS
178 sb.append(VPATH); in forSpecial()
/external/adhd/defs/
Dmake.mk67 VPATH=$(ADHD_DIR)/$${REL_DIR} \
/external/freetype/src/tools/ftrandom/
DMakefile12 VPATH = $(OBJ_DIR) \ macro
/external/curl/lib/
Dmakefile.dj29 VPATH = vtls vauth
/external/openssh/openbsd-compat/regress/
DMakefile.in8 VPATH=@srcdir@
/external/minigbm/cros_gralloc/
DMakefile15 VPATH = $(dir $(SOURCES)) macro
/external/puffin/
DMakefile40 VPATH = $(SRCDIR) macro
/external/xz-embedded/userspace/
DMakefile16 VPATH = ../linux/include/linux ../linux/lib/xz macro
/external/e2fsprogs/util/
DMakefile.in7 VPATH = @srcdir@
/external/e2fsprogs/tests/
DMakefile.in7 VPATH = @srcdir@
/external/zlib/src/nintendods/
DMakefile55 export VPATH := $(foreach dir,$(SOURCES),$(CURDIR)/$(dir)) \ macro
/external/openssh/
DMakefile.in23 VPATH=@srcdir@
/external/python/cpython2/Modules/
Dgetpath.c99 #if !defined(PREFIX) || !defined(EXEC_PREFIX) || !defined(VERSION) || !defined(VPATH)
267 vpath = VPATH; in search_for_prefix()
/external/e2fsprogs/doc/
DMakefile.in7 VPATH = @srcdir@
/external/libpcap/rpcapd/
DMakefile.in41 VPATH = @srcdir@
/external/e2fsprogs/tests/progs/
DMakefile.in7 VPATH = @srcdir@
/external/openssh/openbsd-compat/
DMakefile.in8 VPATH=@srcdir@
/external/ImageMagick/PerlMagick/
DMakefile.am32 imagemagick=`(cd $(VPATH) ; pwd)` && \
/external/e2fsprogs/ext2ed/
DMakefile.in7 VPATH = @srcdir@
/external/libpcap/testprogs/
DMakefile.in41 VPATH = @srcdir@
/external/e2fsprogs/scrub/
DMakefile.in7 VPATH = @srcdir@
/external/e2fsprogs/intl/
DMakefile.in27 VPATH = $(srcdir)
/external/libpcap/msdos/
Dmakefile.dj12 VPATH = missing msdos bpf/net
/external/ltp/utils/ffsb-6.0-rc2/
DINSTALL73 supports the `VPATH' variable, such as GNU `make'. `cd' to the
78 If you have to use a `make' that does not supports the `VPATH'

12345678