Home
last modified time | relevance | path

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

/freebsd/contrib/atf/atf-sh/
H A Datf-check.cpp145 get_path(void) const in get_path() function in __anon7e9de9140111::temp_file
717 const bool equals = compare_files(path, temp.get_path()); in run_output_check()
721 print_diff(temp.get_path(), path); in run_output_check()
725 cat_file(temp.get_path()); in run_output_check()
/freebsd/sys/contrib/openzfs/config/
H A Dax_python_devel.m4228 print (sysconfig.get_path ('include'));"`
230 print (sysconfig.get_path ('platinclude'));"`
355 sitedir = sysconfig.get_path('purelib', scheme, vars={'base': prefix})
384 sitedir = sysconfig.get_path('platlib', scheme, vars={'platbase': prefix})
/freebsd/contrib/unbound/
H A Dacx_python.m484 print(sysconfig.get_path("include"));'`
120 print(sysconfig.get_path("platlib"));'`
/freebsd/contrib/libfido2/src/
H A Dhid_osx.c170 get_path(IOHIDDeviceRef dev) in get_path() function
230 (di->path = get_path(dev)) == NULL) { in copy_info()
H A Dhid_win.c207 get_path(HDEVINFO devinfo, SP_DEVICE_INTERFACE_DATA *ifdata) in get_path() function
307 if ((di->path = get_path(devinfo, ifdata)) == NULL) { in copy_info()
/freebsd/sys/contrib/openzfs/rpm/redhat/
H A Dzfs.spec.in90 %define __python_sitelib %(%{__python} -Esc "from distutils.sysconfig import get_python_lib; print(get_python_lib())" 2>/dev/null || %{__python} -Esc "import sysconfig; print(sysconfig.get_path('purelib'))")
/freebsd/sys/contrib/openzfs/rpm/generic/
H A Dzfs.spec.in90 …n_lib())" 2>/dev/null || %{__python} -Esc "import sysconfig; print(sysconfig.get_path('purelib'))")