Home
last modified time | relevance | path

Searched refs:ln (Results 1 – 17 of 17) sorted by relevance

/ndk/sources/host-tools/make-3.81/tests/
Dmkshadow48 ln -s "$suite" .testdir
51 ln -s .testdir/$f .
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dunit_test_log.hpp52 begin( const_string fn, std::size_t ln ) in begin()
54 , m_line_num( ln ) in begin()
/ndk/sources/host-tools/make-3.81/
Dfile.c81 register char *lname, *ln; in lookup_file() local
95 for (n = name, ln = lname; *n != '\0'; ++n, ++ln) in lookup_file()
96 *ln = isupper ((unsigned char)*n) ? tolower ((unsigned char)*n) : *n; in lookup_file()
97 *ln = '\0'; in lookup_file()
142 char *lname, *ln; in enter_file() local
152 for (n = name, ln = lname; *n != '\0'; ++n, ++ln) in enter_file()
155 *ln = tolower ((unsigned char)*n); in enter_file()
157 *ln = *n; in enter_file()
160 *ln = 0; in enter_file()
DMakefile.am175 if ln -s "$(srcdir)/tests" srctests; then \
177 rm -f tests/$$f; ln -s ../srctests/$$f tests; \
DMakefile.ami234 ln $(srcdir)getloadavg.c loadavg.c || \
Dconfigure9735 if ln -s conf$$.file conf$$ 2>/dev/null; then
9741 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
9743 elif ln conf$$.file conf$$ 2>/dev/null; then
9744 as_ln_s=ln
/ndk/build/tools/
Dbuild-ndk-sysroot.sh227 ln -s $link_prefix/$2 $ARCH_INCLUDE/$2
Dbuild-mingw64-toolchain.sh594 run ln -s $TARGET_TAG mingw &&
596 run ln -s lib lib$TARGET_BITS
Dbuild-cxx-stl.sh159 ln -sf $ANDROID_NDK_ROOT $BUILD_DIR/ndk
Dmake-standalone-toolchain.sh325ln -sf "clang${LLVM_VERSION_WITHOUT_DOT}${HOST_EXE}" "$TMPDIR/bin/clang${LLVM_VERSION_WITHOUT_DOT}…
Dgen-platforms.sh300 ln -s $rev/$1/$file $DSTDIR/$2/$file
/ndk/sources/host-tools/make-3.81/po/
DMakefile.in.in178 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
191ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
192ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOM…
227 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
/ndk/sources/host-tools/make-3.81/doc/
Dmake-stds.texi158 ln ls mkdir mv pwd rm rmdir sed sleep sort tar test touch true
218 File management utilities such as @code{ln}, @code{rm}, @code{mv}, and
886 named, use @code{ln} or @code{cp} to install the proper files in it, and
1033 hostname install install-info kill ldconfig ln ls md5sum
Dmake.info-21272 ln ls mkdir mv pwd rm rmdir sed sleep sort tar test touch true
1327 File management utilities such as `ln', `rm', `mv', and so on, need
1950 appropriately named, use `ln' or `cp' to install the proper files
2082 hostname install install-info kill ldconfig ln ls md5sum
2823 ln $(SRCS) $(AUX) `cat .fname`
3470 * .ln: Catalogue of Rules. (line 146)
Dmake.texi8354 @code{.out}, @code{.a}, @code{.ln}, @code{.o}, @code{.c}, @code{.cc},
8537 @pindex .ln
8538 @file{@var{n}.ln} is made from @file{@var{n}.c} by running @code{lint}.
11071 ln $(SRCS) $(AUX) `cat .fname`
Dmake.info-16835 target `.SUFFIXES'). The default suffix list is: `.out', `.a', `.ln',
6959 `N.ln' is made from `N.c' by running `lint'. The precise command
/ndk/sources/host-tools/make-3.81/autom4te.cache/
Doutput.0477 if ln -s conf$$.file conf$$ 2>/dev/null; then
478 as_ln_s='ln -s'
480 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
481 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
483 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
485 elif ln conf$$.file conf$$ 2>/dev/null; then
486 as_ln_s=ln
9735 if ln -s conf$$.file conf$$ 2>/dev/null; then
9736 as_ln_s='ln -s'
9738 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
[all …]