Searched defs:lib_dir (Results 1 – 5 of 5) 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
223 def lib_dir(self): member in AbstractBuilder
247 const SourceDir lib_dir("/foo_dir/"); in TEST() local
670 lib_dir = pathlib.Path(__file__).parent / ".." variable in DirectoryTestCase