Searched defs:dll_path (Results 1 - 2 of 2) sorted by relevance

/forgerock/web-agents-v4/source/
H A Dshared.c378 char dll_path[AM_URI_SIZE]; local
395 GetModuleFileNameA(hm, dll_path, sizeof(dll_path) - 1) > 0) {
396 PathRemoveFileSpecA(dll_path);
397 strcat(dll_path, FILE_PATH_SEP);
403 "%s.."FILE_PATH_SEP"log"FILE_PATH_SEP"%s_f", dll_path, name); /* shared memory file name */
H A Dnet_client_ssl.c419 wchar_t dll_path[AM_URI_SIZE]; local
420 if (GetModuleFileNameW(NULL, dll_path, sizeof (dll_path) - 1) > 0) {
421 PathRemoveFileSpecW(dll_path); /* remove exe part */
422 PathRemoveFileSpecW(dll_path); /* remove bin part */
423 wcscat(dll_path, L"\\lib");
424 dll_directory_cookie = ((ADD_DLL_PROC) add_directory)(dll_path);

Completed in 37 milliseconds