/build/target/board/generic/ |
system.prop | 5 rild.libpath=/system/lib/libreference-ril.so
|
/build/target/board/generic_arm64/ |
system.prop | 5 rild.libpath=/system/lib/libreference-ril.so
|
/build/target/board/generic_armv5/ |
system.prop | 5 rild.libpath=/system/lib/libreference-ril.so
|
/build/target/board/generic_mips/ |
system.prop | 5 rild.libpath=/system/lib/libreference-ril.so
|
/build/target/board/generic_mips64/ |
system.prop | 5 rild.libpath=/system/lib/libreference-ril.so
|
/build/target/board/generic_x86/ |
system.prop | 5 rild.libpath=/system/lib/libreference-ril.so
|
/build/target/board/generic_x86_64/ |
system.prop | 5 rild.libpath=/system/lib/libreference-ril.so
|
/device/generic/mini-emulator-mips/ |
system.prop | 5 rild.libpath=/system/lib/libreference-ril.so
|
/external/e2fsprogs/lib/ss/ |
get_readline.c | 46 const char **t, *libpath = 0; local 53 libpath = ss_safe_getenv("SS_READLINE_PATH"); 54 if (!libpath) 55 libpath = DEFAULT_LIBPATH; 56 if (*libpath == 0 || !strcmp(libpath, "none")) 59 tmp = malloc(strlen(libpath)+1); 62 strcpy(tmp, libpath);
|
/external/llvm/utils/ |
GenLibDeps.pl | 88 my $libpath = $lib; 89 $libpath =~ s/^libLLVM(.*)\.a/$1/; 90 $libpath =~ s/(.+)CodeGen$/Target\/$1/; 91 $libpath =~ s/(.+)AsmPrinter$/Target\/$1\/AsmPrinter/; 92 $libpath =~ s/(.+)AsmParser$/Target\/$1\/AsmParser/; 93 $libpath =~ s/(.+)Info$/Target\/$1\/TargetInfo/; 94 $libpath =~ s/(.+)Disassembler$/Target\/$1\/Disassembler/; 95 $libpath =~ s/SelectionDAG/CodeGen\/SelectionDAG/; 96 $libpath =~ s/^AsmPrinter/CodeGen\/AsmPrinter/; 97 $libpath =~ s/^BitReader/Bitcode\/Reader/ [all...] |
/system/core/include/nativebridge/ |
native_bridge.h | 65 void* NativeBridgeLoadLibrary(const char* libpath, int flag); 71 bool NativeBridgeIsSupported(const char* libpath); 113 // libpath [IN] path to the shared library 117 void* (*loadLibrary)(const char* libpath, int flag); 133 // libpath [IN] path to the shared library 136 bool (*isSupported)(const char* libpath);
|
/packages/inputmethods/LatinIME/tools/dicttool/etc/ |
dicttool_aosp | 59 libpath=`cygpath -w "$frameworkdir/$lib"` 63 libpath="$frameworkdir/$lib" 67 exec java -ea -classpath "$libpath":"$jarpath" -Djava.library.path="$libdir" "$classname" "$@"
|
/toolchain/binutils/binutils-2.25/ld/testsuite/config/ |
default.exp | 67 if {[file exists tmpdir/libpath.exp]} { 68 load_lib tmpdir/libpath.exp 70 foreach dir $libpath {
|
/art/test/115-native-bridge/ |
nativebridge.cc | 287 extern "C" void* native_bridge_loadLibrary(const char* libpath, int flag) { 288 size_t len = strlen(libpath); 290 strncpy(tmp, libpath, len); 301 printf("Was looking for %s.\n", libpath); 325 extern "C" bool native_bridge_isSupported(const char* libpath) { 328 if (libpath == nullptr) { 332 return strcmp(libpath, "libjavacore.so") != 0;
|
/external/libcxx/test/libcxx/android/test/ |
format.py | 28 libpath = os.pathsep.join([ 32 default_env = {'LD_LIBRARY_PATH': libpath}
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/android/test/ |
format.py | 29 libpath = os.pathsep.join([ 33 self.exec_env = {'LD_LIBRARY_PATH': libpath}
|
/system/core/libnativebridge/ |
native_bridge.cc | 487 void* NativeBridgeLoadLibrary(const char* libpath, int flag) { 489 return callbacks->loadLibrary(libpath, flag); 502 bool NativeBridgeIsSupported(const char* libpath) { 504 return callbacks->isSupported(libpath);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
site.py | 326 libpath = os.environ['BEGINLIBPATH'].split(';') 327 if libpath[-1]: 328 libpath.append(dllpath) 330 libpath[-1] = dllpath 331 os.environ['BEGINLIBPATH'] = ';'.join(libpath)
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
site.py | 326 libpath = os.environ['BEGINLIBPATH'].split(';') 327 if libpath[-1]: 328 libpath.append(dllpath) 330 libpath[-1] = dllpath 331 os.environ['BEGINLIBPATH'] = ';'.join(libpath)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
site.py | 326 libpath = os.environ['BEGINLIBPATH'].split(';') 327 if libpath[-1]: 328 libpath.append(dllpath) 330 libpath[-1] = dllpath 331 os.environ['BEGINLIBPATH'] = ';'.join(libpath)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
site.py | 326 libpath = os.environ['BEGINLIBPATH'].split(';') 327 if libpath[-1]: 328 libpath.append(dllpath) 330 libpath[-1] = dllpath 331 os.environ['BEGINLIBPATH'] = ';'.join(libpath)
|
/toolchain/binutils/binutils-2.25/gold/ |
options.cc | 1126 std::string libpath; local 1129 libpath = this->Y(); 1130 if (libpath.compare(0, 2, "P,") == 0) 1131 libpath.erase(0, 2); 1140 libpath = p; 1152 if (!libpath.empty()) 1158 next_pos = libpath.find(':', pos); 1163 this->add_to_library_path_with_sysroot(libpath.substr(pos, len)); [all...] |
/toolchain/binutils/binutils-2.25/ld/ |
genscripts.sh | 107 # be set for any libpath-using emulation; NATIVE will be set for a 108 # libpath-using emulation where ${host} = ${target}. NATIVE 133 # To force a logically empty LIB_PATH, do LIBPATH=":". 211 # except when LIBPATH=":". 260 rm -f tmpdir/libpath.exp 261 echo "set libpath \"${LIB_PATH}\"" | sed -e 's/:/ /g' > tmpdir/libpath.exp
|
/ndk/sources/host-tools/ndk-depends/ |
ndk-depends.cc | 1020 const String& libpath, 1023 DLOG(_T("UPDATE libname=%s path=%s\n"), libname.c_str(), libpath.c_str()); 1034 if (!libfile.Open(libpath.c_str(), &error)) { 1044 libpath.c_str()); 1047 node.Set(LibNode::NODE_PATH, libpath); 1091 String libpath; local 1092 if (FindLibraryPath(libname, lib_search_path, &libpath)) { 1093 UpdateDependencies(libname, libpath, deps, queue); [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_trace.py | 304 libpath = os.path.normpath(os.path.dirname(os.__file__)) 306 tracer = trace.Trace(ignoredirs=[sys.prefix, sys.exec_prefix, libpath],
|