Searched refs:pathtype (Results 1 – 12 of 12) sorted by relevance
266 info.pathtype = PATH_TYPE_PROJECT_RELATIVE; in ReadPathInfo()272 CString pathtype; in ReadPathInfo() local273 ReadString("pathtype", pathtype); in ReadPathInfo()275 if (pathtype == "project_relative") in ReadPathInfo()277 info.pathtype = PATH_TYPE_PROJECT_RELATIVE; in ReadPathInfo()281 if (pathtype == "studio_relative") in ReadPathInfo()283 info.pathtype = PATH_TYPE_INSTALL_RELATIVE; in ReadPathInfo()287 info.pathtype = PATH_TYPE_ABSOLUTE; in ReadPathInfo()297 if (info.pathtype != PATH_TYPE_ABSOLUTE) in ReadPathInfo()
577 CWnd *pathtype = GetDlgItem(IDC_PATH_PREFIX); in SetPathPrefix() local580 if (pathtype) in SetPathPrefix()582 hWndPathType = pathtype->GetSafeHwnd(); in SetPathPrefix()585 switch (m_pathinfo.pathtype) in SetPathPrefix()722 m_pathinfo.pathtype = PATH_TYPE_PROJECT_RELATIVE; in SetPathProjectRelative()735 m_pathinfo.pathtype = PATH_TYPE_INSTALL_RELATIVE; in SetPathStudioRelative()748 m_pathinfo.pathtype = PATH_TYPE_ABSOLUTE; in SetPathAbsolute()
33 int pathtype; member
238 switch(info.pathtype) in SaveToPathInfo()243 info.pathtype = PATH_TYPE_ABSOLUTE; in SaveToPathInfo()250 info.pathtype = PATH_TYPE_ABSOLUTE; in SaveToPathInfo()298 switch(info.pathtype) in MakeAbsolutePathname()1669 BOOL FileExists(INT pathtype, CString pathname) in FileExists() argument1675 switch (pathtype) in FileExists()1679 path_info.pathtype = pathtype; in FileExists()
1026 switch(pathinfo.pathtype) in SetPathPrefix()1049 pathinfo.pathtype = PATH_TYPE_PROJECT_RELATIVE; in SetPathProjectRelative()1061 pathinfo.pathtype = PATH_TYPE_INSTALL_RELATIVE; in SetPathStudioRelative()1073 pathinfo.pathtype = PATH_TYPE_ABSOLUTE; in SetPathAbsolute()
187 switch(info.pathtype) in WritePathInfo()
102 BOOL FileExists(INT pathtype, CString pathname);
524 pathinfo.pathtype = PATH_TYPE_PROJECT_RELATIVE; in res_info()572 pathinfo.pathtype = other.pathinfo.pathtype; in res_info()3842 put->pathinfo.pathtype = PATH_TYPE_PROJECT_RELATIVE; in ReadOneResource()
1823 info->pathinfo.pathtype = PATH_TYPE_PROJECT_RELATIVE; in InitFontInfo()3073 info->pathinfo.pathtype = PATH_TYPE_PROJECT_RELATIVE; in TaskAddPixelmaps()
640 POPUP "pathtype"
828 info.pathtype = PATH_TYPE_PROJECT_RELATIVE; in SetOutFile()
191 info.pathtype = PATH_TYPE_PROJECT_RELATIVE; in SetOutFile()