Home
last modified time | relevance | path

Searched defs:lib_dir (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/rust/crates/libsqlite3-sys/
Dbuild.rs152 let lib_dir = env("OPENSSL_LIB_DIR").map(PathBuf::from); in main() localVariable
170 let lib_dir = lib_dir.map(|d| vec![d]).unwrap_or_else(|| { in main() localVariable
/aosp_15_r20/external/clang/
H A Dbuild.py403 def install_target_profile_rt(build_dir, lib_dir): argument
422 def install_host_profile_rt(build_dir, host, lib_dir): argument
/aosp_15_r20/external/python/cpython2/Tools/compiler/
Dregrtest.py62 def run_regrtest(lib_dir): argument
/aosp_15_r20/system/update_engine/scripts/
H A Dpaycheck.py35 lib_dir = os.path.join(os.path.dirname(__file__), 'lib') variable
/aosp_15_r20/external/crosvm/win_audio/
H A Dbuild.rs28 let lib_dir = files in main() localVariable
/aosp_15_r20/external/lz4/tests/
H A Dtest-lz4-abi.py85 lib_dir = base_dir + '/lib' # /path/to/lz4/lib variable
/aosp_15_r20/test/vts-testcase/vndk/files/
Dvts_vndk_files_test.py104 def _TestNoLlndkInDirectory(self, lib_dir): argument
/aosp_15_r20/system/tools/aidl/scripts/redundancy_check/srcs/
Dmain.rs71 lib_dir: LibDir, field
/aosp_15_r20/system/unwinding/libunwindstack/tests/
H A DElfInterfaceTest.cpp2033 std::string lib_dir = TestGetFileDirectory() + "libs/"; in TEST_F() local
2090 std::string lib_dir = TestGetFileDirectory() + "libs/"; in TEST_F() local
2123 std::string lib_dir = TestGetFileDirectory() + "libs/"; in TEST_F() local
/aosp_15_r20/system/linkerconfig/modules/
H A Dapex.cc92 constexpr char lib_dir[] = "${LIB}"; in VerifyPath() local
/aosp_15_r20/external/iproute2/tc/
H A Dm_xt.c54 char *lib_dir; variable
H A Dm_xt_old.c67 char *lib_dir; variable
H A Dm_ipt.c58 char *lib_dir; variable
H A Dtc_util.c67 const char *lib_dir; in get_tc_lib() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/benchmark/experimental/firebase/android/jni/
H A Dbenchmark_model_jni.cc282 const char* lib_dir = env->GetStringUTFChars(library_dir, nullptr); in Java_org_tensorflow_lite_benchmark_firebase_BenchmarkModel_nativeRun() local
/aosp_15_r20/external/python/cpython2/Tools/ssl/
Dmultissltests.py194 def lib_dir(self): member in AbstractBuilder
/aosp_15_r20/external/python/cpython3/Tools/ssl/
Dmultissltests.py223 def lib_dir(self): member in AbstractBuilder
/aosp_15_r20/art/dexopt_chroot_setup/
H A Ddexopt_chroot_setup.cc495 for (const char* lib_dir : existing_lib_dirs) { in PrepareExternalLibDirs() local
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_unparse.py670 lib_dir = pathlib.Path(__file__).parent / ".." variable in DirectoryTestCase
/aosp_15_r20/external/angle/scripts/
H A Dgenerate_entry_points.py2507 def write_export_files(entry_points, includes, source, lib_name, lib_description, lib_dir=None): argument
/aosp_15_r20/system/apex/apexd/
H A Dapexd.cpp971 auto lib_dir = PathExists(apex_lib_path); in ContributeToSharedLibs() local