HomeSort by relevance Sort by last modified time
    Searched refs:VPATH (Results 1 - 25 of 34) sorted by null

1 2

  /build/kati/testcase/
vpath.mk 3 VPATH=dir
  /external/linux-kselftest/tools/testing/selftests/ntb/
ntb_test.sh 99 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} ]]"
    [all...]
  /external/freetype/src/tools/ftrandom/
Makefile 12 VPATH = $(OBJ_DIR) \
  /external/adhd/defs/
make.mk 48 # source directory. It has the same value as VPATH.
55 # The build is performed in the build directory and VPATH is used to
67 VPATH=$(ADHD_DIR)/$${REL_DIR} \
  /external/minigbm/cros_gralloc/
Makefile 15 VPATH = $(dir $(SOURCES))
  /external/puffin/
Makefile 40 VPATH = $(SRCDIR)
  /external/cldr/tools/java/org/unicode/cldr/util/
CLDRURLS.java 61 protected static String VPATH = "/v#";
178 sb.append(VPATH);
  /external/e2fsprogs/util/
Makefile.in 7 VPATH = @srcdir@
  /external/xz-embedded/userspace/
Makefile 16 VPATH = ../linux/include/linux ../linux/lib/xz
  /external/zlib/src/nintendods/
Makefile 55 export VPATH := $(foreach dir,$(SOURCES),$(CURDIR)/$(dir)) \
  /build/kati/
fileutil.go 30 type vpath struct { type
36 vpaths []vpath // vpath directives
37 dirs []string // VPATH variable
44 for _, vpath := range s.vpaths {
45 if !matchPattern(vpath.pattern, target) {
48 for _, dir := range vpath.dirs {
eval.go 162 vpaths []vpath
655 // `VPATH' variable.
665 ev.vpaths = append(ev.vpaths, vpath{
702 v, found := ev.outVars["VPATH"]
709 // In the 'VPATH' variable, directory names are separated
  /external/e2fsprogs/doc/
Makefile.in 7 VPATH = @srcdir@
  /external/e2fsprogs/tests/
Makefile.in 7 VPATH = @srcdir@
  /external/e2fsprogs/tests/progs/
Makefile.in 7 VPATH = @srcdir@
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
getpath.c 48 * argv0_path. For prefix, the landmark's path is derived from the VPATH
103 #ifndef VPATH
104 #define VPATH "."
265 char *vpath; local
283 /* Check VPATH to see if argv0_path is in the build directory. */
284 vpath = VPATH;
286 joinpath(prefix, vpath);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
getpath.c 46 #ifndef VPATH
47 #define VPATH "."
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
getpath.c 53 #ifndef VPATH
54 #define VPATH "."
  /external/e2fsprogs/ext2ed/
Makefile.in 7 VPATH = @srcdir@
  /external/e2fsprogs/scrub/
Makefile.in 7 VPATH = @srcdir@
  /external/libpcap/msdos/
makefile.dj 12 VPATH = missing msdos bpf/net
  /external/python/cpython2/Modules/
getpath.c 48 * argv0_path. For prefix, the landmark's path is derived from the VPATH
99 #if !defined(PREFIX) || !defined(EXEC_PREFIX) || !defined(VERSION) || !defined(VPATH)
100 #error "PREFIX, EXEC_PREFIX, VERSION, and VPATH must be constant defined"
248 char *vpath; local
266 /* Check VPATH to see if argv0_path is in the build directory. */
267 vpath = VPATH;
269 joinpath(prefix, vpath);
  /external/e2fsprogs/lib/et/
Makefile.in 7 VPATH = @srcdir@
  /external/python/cpython3/Modules/
getpath.c 49 * argv0_path. For prefix, the landmark's path is derived from the VPATH
105 #if !defined(PREFIX) || !defined(EXEC_PREFIX) || !defined(VERSION) || !defined(VPATH)
106 #error "PREFIX, EXEC_PREFIX, VERSION, and VPATH must be constant defined"
342 wchar_t *vpath; local
362 /* Check VPATH to see if argv0_path is in the build directory. */
363 vpath = Py_DecodeLocale(VPATH, NULL);
364 if (vpath != NULL) {
367 joinpath(prefix, vpath);
368 PyMem_RawFree(vpath);
    [all...]
  /external/e2fsprogs/lib/ss/
Makefile.in 7 VPATH = @srcdir@

Completed in 1346 milliseconds

1 2