Home
last modified time | relevance | path

Searched refs:abspath (Results 1 – 14 of 14) 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/sources/third_party/googletest/googletest/test/
Dgtest_test_utils.py114 return os.path.abspath(GetFlag('source_dir'))
120 return os.path.abspath(GetFlag('build_dir'))
156 path = os.path.abspath(os.path.join(build_dir or GetBuildDir(),
/ndk/build/core/
Dbuild-local.mk90 find-project-dir = $(strip $(call find-project-dir-inner,$(abspath $1),$2))
Ddefinitions.mk1502 …SRC))) && $$(PRIVATE_RS_CC) -o $$(call host-path,$$(abspath $$(dir $$(PRIVATE_OBJ))))/ -d $$(abspa…
1512 …SRC))) && $$(PRIVATE_RS_CC) -o $$(call host-path,$$(abspath $$(dir $$(PRIVATE_OBJ))))/ -d $$(abspa…
/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/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/
Dndk-gdb.py120 NDK = os.path.abspath(os.path.dirname(sys.argv[0])).replace('\\','/')
/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
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk3 libcxx-test-path := $(abspath $(NDK)/sources/cxx-stl/llvm-libc++/libcxx/test)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk3 libcxx-test-path := $(abspath $(NDK)/sources/cxx-stl/llvm-libc++/libcxx/test)