Home
last modified time | relevance | path

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

/ndk/build/tools/
Dbuilder-funcs.sh319 lib=$_BUILD_DSTDIR/$libname
328 builder_log "${_BUILD_PREFIX}Archive: $libname"
331 fail_panic "Could not archive ${_BUILD_PREFIX}$libname objects!"
341 lib=$_BUILD_DSTDIR/$libname
350 builder_log "${_BUILD_PREFIX}Archive: $libname"
353 fail_panic "Could not archive ${_BUILD_PREFIX}$libname objects!"
370 lib=$_BUILD_DSTDIR/$libname
376 builder_log "${_BUILD_PREFIX}SharedLibrary: $libname"
395 fail_panic "Could not create ${_BUILD_PREFIX}shared library $libname"
407 lib=$_BUILD_DSTDIR/$libname
[all …]
/ndk/sources/host-tools/ndk-depends/
Dndk-depends.cc918 bool IsAndroidSystemLib(const String& libname) { in IsAndroidSystemLib() argument
936 if (!libname.compare(kAndroidSystemLibs[n])) in IsAndroidSystemLib()
945 bool IsAndroidNdkCompatibleLib(const String& libname) { in IsAndroidNdkCompatibleLib() argument
946 return libname.size() > 6 && in IsAndroidNdkCompatibleLib()
947 !libname.compare(0, 3, _T("lib")) && in IsAndroidNdkCompatibleLib()
948 !libname.compare(libname.size() - 3, 3, _T(".so")); in IsAndroidNdkCompatibleLib()
954 bool FindLibraryPath(const String& libname, in FindLibraryPath() argument
958 LOG2(_T(" looking for library: %s\n"), libname.c_str()); in FindLibraryPath()
967 file_path.append(libname); in FindLibraryPath()
1019 const String& libname, in UpdateDependencies() argument
[all …]
/ndk/sources/host-tools/sed-4.2.1/m4/
Dlib-link.m411 dnl AC_LIB_LINKFLAGS(name [, dependencies]) searches for libname and
15 dnl Sets and AC_SUBSTs the LIB${NAME}_PREFIX variable to nonempty if libname
47 dnl searches for libname and the libraries corresponding to explicit and
55 dnl Sets and AC_SUBSTs the LIB${NAME}_PREFIX variable to nonempty if libname
143 dnl declares that libname comes from the given package. The configure file
144 dnl will then not have a --with-libname-prefix option but a
147 dnl macro call that searches for libname.
163 dnl AC_LIB_LINKFLAGS_BODY(name [, dependencies]) searches for libname and
166 dnl Also, sets the LIB${NAME}_PREFIX variable to nonempty if libname was found
255 eval libname=\"$acl_libname_spec\" # typically: libname=lib$name
[all …]
/ndk/tests/abcc/jni/device/
DAbcc_device.cpp209 std::string libname = "lib" + deplib.substr(2) + ".so"; in copyRuntime() local
210 std::string libpath = mSysroot + "/usr/lib/" + libname; in copyRuntime()
214 LOGV("Copy runtime library: %s", libname.c_str()); in copyRuntime()
215 runCmd("cp -f " + libpath + " " + mWorkingDir + "/" + libname); in copyRuntime()
/ndk/tests/abcc/jni/host/
DAbcc_host.cpp50 const std::string HostBitcodeCompiler::getRuntimePath(const std::string &libname) { in getRuntimePath() argument
51 if (mRuntimePath.count(libname)) { in getRuntimePath()
52 return mRuntimePath.find(libname)->second; in getRuntimePath()
DAbcc_host.h61 const std::string getRuntimePath(const std::string &libname);
/ndk/sources/host-tools/make-3.81/
Dread.c2403 char *libname; in parse_file_seq() local
2407 libname = (char *) alloca (paren - n->name + 1); in parse_file_seq()
2408 bcopy (n->name, libname, paren - n->name); in parse_file_seq()
2409 libname[paren - n->name] = '\0'; in parse_file_seq()
2424 name = concat (libname, paren, ")"); in parse_file_seq()
2445 name = concat (libname, new1->name, ""); in parse_file_seq()
2457 name = concat (libname, new1->name, ")"); in parse_file_seq()
Dremake.c1471 char *libname = &(*lib)[2]; /* Name without the `-l'. */ in library_search() local
1518 p4 = variable_buffer_output (p4, libname, strlen (libname)); in library_search()
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure25488 if test -f "$dir/$libname$shrext"; then
25490 found_so="$dir/$libname$shrext"
25492 if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
25494 for f in "$libname$shrext".*; do echo "$f"; done \
25495 | sed -e "s,^$libname$shrext\\\\.,," \
25498 if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
25500 found_so="$dir/$libname$shrext.$ver"
25515 if test -f "$dir/$libname.$acl_libext"; then
25517 found_a="$dir/$libname.$acl_libext"
25521 if test -f "$dir/$libname.la"; then
[all …]
/ndk/sources/host-tools/make-3.81/config/
Dlib-link.m411 dnl AC_LIB_LINKFLAGS(name [, dependencies]) searches for libname and
42 dnl searches for libname and the libraries corresponding to explicit and
122 dnl AC_LIB_LINKFLAGS_BODY(name [, dependencies]) searches for libname and