Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dstudiox_util.cpp1050 CString root_path; in GetStudioInstallFolder() local
1055 root_path = module_path; in GetStudioInstallFolder()
1057 root_path = root_path.Left(root_path.Find(_T("\\Debug"), 0)); in GetStudioInstallFolder()
1059 if (root_path.Find(_T("\\WindowsApps") > 0)) in GetStudioInstallFolder()
1062 root_path = root_path.Left(root_path.Find(_T("\\studiox"), 0)); in GetStudioInstallFolder()
1067 root_path = root_path.Left(root_path.Find(_T("\\Release"), 0)); in GetStudioInstallFolder()
1071 return root_path; in GetStudioInstallFolder()