Lines Matching refs:pathinfo
523 pathinfo.pathname = ""; in res_info()
524 pathinfo.pathtype = PATH_TYPE_PROJECT_RELATIVE; in res_info()
571 pathinfo.pathname = other.pathinfo.pathname; in res_info()
572 pathinfo.pathtype = other.pathinfo.pathtype; in res_info()
648 if (!is_default || !pathinfo.pathname.IsEmpty()) in ~res_info()
1375 if (!info->is_default || !info->pathinfo.pathname.IsEmpty()) in InitializeFonts()
1380 if (info->is_default && info->pathinfo.pathname.IsEmpty()) in InitializeFonts()
1516 if (info->pathinfo.pathname.IsEmpty()) in InitializeOnePixelmap()
1531 abspath = MakeAbsolutePathname(info->pathinfo); in InitializeOnePixelmap()
2842 writer.WritePathInfo(res->pathinfo); in WriteOneResource()
3643 reader.ReadPathInfo(put->pathinfo); in ReadOneResource()
3825 if (put -> is_default && put->pathinfo.pathname.IsEmpty()) in ReadOneResource()
3836 if (put->pathinfo.pathname.Find(L"graphics\\system_png\\radiobutton_on.png") >= 0 || in ReadOneResource()
3837 … put->pathinfo.pathname.Find(L"graphics\\system_png\\radiobutton_off.png") >= 0 || in ReadOneResource()
3838 put->pathinfo.pathname.Find(L"graphics\\system_png\\checkbox_on.png") >= 0 || in ReadOneResource()
3839 put->pathinfo.pathname.Find(L"graphics\\system_png\\checkbox_off.png") >= 0) in ReadOneResource()
3842 put->pathinfo.pathtype = PATH_TYPE_PROJECT_RELATIVE; in ReadOneResource()
3843 put->pathinfo.pathname = ""; in ReadOneResource()