Home
last modified time | relevance | path

Searched refs:libdir (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Virtualization/launcher/
Dmain.cpp91 const std::string libdir = libname.substr(0, libname.find_last_of("/")); in load() local
92 const char* ld_library_path = libdir.c_str(); in load()
93 const char* default_library_path = libdir.c_str(); in load()
/packages/modules/NeuralNetworks/runtime/test/
DSupportLibraryTestGenerated.cpp539 const char* libdir = dirname(SUPPORT_LIBRARY_NAME.c_str()); in SetUp() local
540 setenv(kQCDspLoadPathEnv, libdir, 1); in SetUp()
541 LOG(INFO) << "Overwritten system env variable " << kQCDspLoadPathEnv << " with " << libdir; in SetUp()
/packages/modules/Bluetooth/
Dbuild.py202 self.libdir = self.args.libdir
356 'libdir': os.path.join(self.sysroot, self.libdir),
DREADME.md127 you will see failures. In addition, you may need to set a `--libdir=` if your
/packages/modules/Bluetooth/system/build/dpkg/floss/
Dbuild-dpkg157 ${DRY_RUN} "${GIT_DIR_BT}"/build.py --bootstrap-dir "$(readlink -f "${OUT_DIR}")" --libdir /usr/lib…
/packages/modules/Bluetooth/floss/build/
DREADME.md62 * `./build.py --libdir=/usr/lib/x86-64_linux_gnu/`
/packages/modules/Bluetooth/system/
DBUILD.gn173 lib_dirs = [ "${libdir}" ]