Searched refs:get_path (Results 1 – 7 of 7) sorted by relevance
145 get_path(void) const in get_path() function in __anon7e9de9140111::temp_file717 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()
228 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})
84 print(sysconfig.get_path("include"));'`120 print(sysconfig.get_path("platlib"));'`
170 get_path(IOHIDDeviceRef dev) in get_path() function230 (di->path = get_path(dev)) == NULL) { in copy_info()
207 get_path(HDEVINFO devinfo, SP_DEVICE_INTERFACE_DATA *ifdata) in get_path() function307 if ((di->path = get_path(devinfo, ifdata)) == NULL) { in copy_info()
90 %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'))")
90 …n_lib())" 2>/dev/null || %{__python} -Esc "import sysconfig; print(sysconfig.get_path('purelib'))")