Home
last modified time | relevance | path

Searched refs:abspath (Results 1 – 10 of 10) sorted by relevance

/ndk/sources/host-tools/make-3.81/tests/scripts/functions/
Dabspath2 $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/
Dbuild-local.mk78 find-project-dir = $(strip $(call find-project-dir-inner,$(abspath $1),$2))
/ndk/sources/host-tools/make-3.81/
Dfunction.c1882 abspath (const char *name, char *apath) in abspath() function
1979 abspath (in, out) in func_realpath()
2015 if (abspath (in, out)) in func_abspath()
DChangeLog972 * 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.
DNEWS104 - $(abspath ...) returns the absolute path (all "." and ".."
/ndk/
Dndk-gdb.py88 NDK = os.path.abspath(os.path.dirname(sys.argv[0]))
/ndk/sources/host-tools/make-3.81/tests/
DChangeLog132 * 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/
Dmake.info-22283 `$(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)
Dmake.texi6784 @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{})
Dmake.info-15527 `$(abspath NAMES...)'
5531 `abspath' does not resolve symlinks and does not require the file