Home
last modified time | relevance | path

Searched defs:dllfile (Results 1 – 4 of 4) sorted by relevance

/dports/devel/R-cran-pkgload/pkgload/R/
H A Dload-dll.r81 dllfile <- package_file("src", dllname, path = path) functionVar
/dports/lang/py-lupa/lupa-1.10/
H A Dsetup.py346 dllfile = os.path.splitext(config['libfile'])[0] + ".dll" variable
/dports/devel/R-cran-cli/cli/tests/testthat/
H A Dhelper.R136 dllfile <- file.path(dir, sub("[.]c(pp)?$", .Platform$dynlib.ext, src)) functionVar
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/common/
H A Dpluginmanager.cpp392 QString dllfile = osDependentFileBaseName(fin.completeBaseName()); in loadXMLPlugin() local