Searched defs:lib_dir (Results 1 – 6 of 6) sorted by relevance
8 let lib_dir = env("OPENSSL_LIB_DIR").map(PathBuf::from); in get_openssl() localVariable16 let lib_dir = lib_dir.map(|d| vec![d]).unwrap_or_else(|| { in get_openssl() localVariable
68 lib_dir = base_dir + '/lib' # /path/to/lz4/lib variable
188 const SourceDir lib_dir("/foo_dir/"); in TEST() local
345 const SourceDir lib_dir("/foo_dir/"); in TEST_F() local
222 def lib_dir(self): member in AbstractBuilder
518 lib_dir = pathlib.Path(__file__).parent / ".." variable in DirectoryTestCase