Home
last modified time | relevance | path

Searched refs:libpath (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/android/test/
Dformat.py29 libpath = os.pathsep.join([
33 self.exec_env = {'LD_LIBRARY_PATH': libpath}
/ndk/sources/host-tools/ndk-depends/
Dndk-depends.cc1020 const String& libpath, in UpdateDependencies() argument
1023 DLOG(_T("UPDATE libname=%s path=%s\n"), libname.c_str(), libpath.c_str()); in UpdateDependencies()
1034 if (!libfile.Open(libpath.c_str(), &error)) { in UpdateDependencies()
1044 libpath.c_str()); in UpdateDependencies()
1047 node.Set(LibNode::NODE_PATH, libpath); in UpdateDependencies()
1091 String libpath; in BuildDependencyGraph() local
1092 if (FindLibraryPath(libname, lib_search_path, &libpath)) { in BuildDependencyGraph()
1093 UpdateDependencies(libname, libpath, deps, queue); in BuildDependencyGraph()