Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/user32/
H A Dcursoricon.c1287 char executable_path[MAX_PATH]; in test_LoadImage_working_directory() local
1300 GetModuleFileNameA(NULL, executable_path, ARRAY_SIZE(executable_path)); in test_LoadImage_working_directory()
1301 pos_slash = strrchr(executable_path, '\\') - executable_path; in test_LoadImage_working_directory()
1302 executable_path[pos_slash + 1] = 0; in test_LoadImage_working_directory()
1314 test_LoadImage_working_directory_run(executable_path); in test_LoadImage_working_directory()