Searched refs:abspath (Results 1 – 10 of 10) sorted by relevance
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
D | abspath | 2 $description = "Test the abspath functions."; 7 ifneq ($(realpath $(abspath .)),$(CURDIR)) 8 $(warning .: abs="$(abspath .)" real="$(realpath $(abspath .))" curdir="$(CURDIR)") 11 ifneq ($(realpath $(abspath ./)),$(CURDIR)) 12 $(warning ./: abs="$(abspath ./)" real="$(realpath $(abspath ./))" curdir="$(CURDIR)") 15 ifneq ($(realpath $(abspath .///)),$(CURDIR)) 16 $(warning .///: abs="$(abspath .///)" real="$(realpath $(abspath .///))" curdir="$(CURDIR)") 19 ifneq ($(abspath /),/) 20 $(warning /: abspath="$(abspath /)") 23 ifneq ($(abspath ///),/) [all …]
|
/ndk/build/core/ |
D | build-local.mk | 78 find-project-dir = $(strip $(call find-project-dir-inner,$(abspath $1),$2))
|
/ndk/sources/host-tools/make-3.81/ |
D | function.c | 1882 abspath (const char *name, char *apath) in abspath() function 1979 abspath (in, out) in func_realpath() 2015 if (abspath (in, out)) in func_abspath()
|
D | ChangeLog | 972 * function.c (abspath, func_realpath, func_abspath): Use 1147 Implementation of `realpath' and `abspath' built-in functions. 1150 * function.c (abspath): Return an absolute file name that does 1152 * function.c (func_abspath): For each name call abspath. 1154 from libc or delegate to abspath if realpath is not available.
|
D | NEWS | 104 - $(abspath ...) returns the absolute path (all "." and ".."
|
/ndk/ |
D | ndk-gdb.py | 88 NDK = os.path.abspath(os.path.dirname(sys.argv[0]))
|
/ndk/sources/host-tools/make-3.81/tests/ |
D | ChangeLog | 132 * scripts/functions/abspath: Add some text to the error messages 330 * tests/scripts/functions/abspath: New file: test `abspath'
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.info-2 | 2283 `$(abspath NAMES...)' 3506 * abspath: File Name Functions. (line 121) 3673 * file name, abspath of: File Name Functions. (line 121) 4267 * abspath: File Name Functions. (line 121)
|
D | make.texi | 6784 @item $(abspath @var{names}@dots{}) 6785 @findex abspath 6786 @cindex abspath 6787 @cindex file name, abspath of 6791 function, @code{abspath} does not resolve symlinks and does not require 10465 @item $(abspath @var{names}@dots{})
|
D | make.info-1 | 5527 `$(abspath NAMES...)' 5531 `abspath' does not resolve symlinks and does not require the file
|