Home
last modified time | relevance | path

Searched refs:path_hldr (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/dll/detail/windows/
Dpath_from_handle.hpp39 boost::winapi::WCHAR_ path_hldr[DEFAULT_PATH_SIZE_]; in path_from_handle() local
40 boost::winapi::GetModuleFileNameW(handle, path_hldr, DEFAULT_PATH_SIZE_); in path_from_handle()
43 return boost::dll::fs::path(path_hldr); in path_from_handle()
/third_party/boost/libs/dll/test/
Dsymbol_runtime_info_test.cpp30 boost::winapi::WCHAR_ path_hldr[10]; in make_error_code_dirty() local
34 boost::winapi::GetModuleFileNameW(some_invalid_handle, path_hldr, 10); in make_error_code_dirty()