Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dstudiox_util.cpp1027 TCHAR module_path[MAX_PATH]; in GetSamplesDir() local
1033 if (GetModuleFileName(NULL, module_path, MAX_PATH)) in GetSamplesDir()
1035 pathname = module_path; in GetSamplesDir()
1051 TCHAR module_path[MAX_PATH]; in GetStudioInstallFolder() local
1053 if (GetModuleFileName(NULL, module_path, MAX_PATH)) in GetStudioInstallFolder()
1055 root_path = module_path; in GetStudioInstallFolder()