Home
last modified time | relevance | path

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

/ndk/tests/abcc/jni/device/
DAbcc_device.cpp114 std::string libpath = mSysroot + "/usr/lib/" + filename.substr(0, filename.rfind('.')) + ".so"; in getBitcodeFiles() local
116 if (stat(libpath.c_str(), &buf) == 0) { in getBitcodeFiles()
210 std::string libpath = mSysroot + "/usr/lib/" + libname; in copyRuntime() local
212 if (stat(libpath.c_str(), &buf) == 0) { in copyRuntime()
215 runCmd("cp -f " + libpath + " " + mWorkingDir + "/" + libname); in copyRuntime()
/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()