HomeSort by relevance Sort by last modified time
    Searched refs:rpath (Results 101 - 125 of 227) sorted by null

1 2 3 45 6 7 8 910

  /external/libxkbcommon/xkbcommon/build-aux/
ltmain.sh     [all...]
  /external/lmfit/build-aux/
ltmain.sh     [all...]
  /external/protobuf/gtest/build-aux/
ltmain.sh     [all...]
  /external/protobuf/
ltmain.sh     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/build-aux/
ltmain.sh     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/build-aux/
ltmain.sh     [all...]
  /external/ltp/testcases/network/netstress/
netstress.c 112 static char *rpath = "tfo_result"; variable
449 SAFE_FILE_PRINTF(rpath, "%ld", clnt_time);
847 {"d:", &rpath, "-d x x is a path to file where result is saved"},
  /external/python/cpython2/Lib/distutils/tests/
test_build_ext.py 132 self.assertIn(lib, cmd.rpath)
164 # make sure rpath is turned into a list
167 cmd.rpath = 'one%stwo' % os.pathsep
169 self.assertEqual(cmd.rpath, ['one', 'two'])
setuptools_build_ext.py 157 if self.rpath is not None:
158 compiler.set_runtime_library_dirs(self.rpath)
  /external/python/cpython3/Lib/distutils/tests/
test_build_ext.py 144 self.assertIn(lib, cmd.rpath)
193 # make sure rpath is turned into a list
196 cmd.rpath = 'one%stwo' % os.pathsep
198 self.assertEqual(cmd.rpath, ['one', 'two'])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_ext.py 139 self.assertIn(lib, cmd.rpath)
171 # make sure rpath is turned into a list
174 cmd.rpath = 'one%stwo' % os.pathsep
176 self.assertEqual(cmd.rpath, ['one', 'two'])
setuptools_build_ext.py 157 if self.rpath is not None:
158 compiler.set_runtime_library_dirs(self.rpath)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_ext.py 139 self.assertIn(lib, cmd.rpath)
171 # make sure rpath is turned into a list
174 cmd.rpath = 'one%stwo' % os.pathsep
176 self.assertEqual(cmd.rpath, ['one', 'two'])
setuptools_build_ext.py 157 if self.rpath is not None:
158 compiler.set_runtime_library_dirs(self.rpath)
  /build/soong/cc/
linker.go 258 for _, rpath := range linker.dynamicProperties.RunPaths {
259 flags.LdFlags = append(flags.LdFlags, "-Wl,-rpath,"+rpath_prefix+rpath)
test.go 171 // add ../../lib[64] to rpath so that out/host/linux-x86/nativetest/<test dir>/<test> can
179 // add "" to rpath so that test binaries can find libraries in their own test directory
  /external/libexif/
ltmain.sh     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
setuptools_build_ext.py 157 if self.rpath is not None:
158 compiler.set_runtime_library_dirs(self.rpath)
test_build_ext.py 167 # make sure rpath is turned into a list
170 cmd.rpath = os.pathsep.join(['one', 'two'])
172 self.assertEqual(cmd.rpath, ['one', 'two'])
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elfvsb/
elfvsb.exp 163 # Link against the shared library. Use -rpath so that the
165 # On AIX, we must include /lib in -rpath, as otherwise the loader
167 set rpath $tmpdir
169 set rpath /lib:$tmpdir
171 if ![ld_simple_link $CC $tmpdir/$progname "-Wl,-rpath,$rpath $tmpdir/$main $tmpdir/$progname.so"] {
  /toolchain/binutils/binutils-2.27/ld/
lexsup.c 197 'R', N_("FILE"), N_("Just link symbols (if directory, same as --rpath)"),
409 { {"rpath", required_argument, NULL, OPTION_RPATH},
411 { {"rpath-link", required_argument, NULL, OPTION_RPATH_LINK},
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 815 GeneralOptions::const_rpath_iterator rpath, local
817 for (rpath = config().options().rpath_begin(); rpath != rpathEnd;
818 ++rpath)
819 dynstr += (*rpath).size() + 1;
1072 GeneralOptions::const_rpath_iterator rpath, local
    [all...]
  /external/elfutils/libdw/
Makefile.am 109 # The rpath is necessary for libebl because its $ORIGIN use will
112 -Wl,--enable-new-dtags,-rpath,$(pkglibdir) \
  /external/libcups/filter/
Makefile 279 -rpath $(LIBDIR) -version-info 2:3
  /external/ipsec-tools/src/racoon/
privsep.c 1126 char rpath[MAXPATHLEN + 1]; local
1138 if (realpath(script, rpath) == NULL) {
1145 if (strncmp(path, rpath, len) != 0)

Completed in 733 milliseconds

1 2 3 45 6 7 8 910