Home
last modified time | relevance | path

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

/dports/net/freerdp/freerdp-2.5.0/server/shadow/
H A Dshadow_server.c683 if (!winpr_PathFileExists(userLibraryPath) && !winpr_PathMakePath(userLibraryPath, 0)) in shadow_server_init_config_path()
695 !winpr_PathMakePath(userApplicationSupportPath, 0)) in shadow_server_init_config_path()
720 if (!winpr_PathFileExists(configHome) && !winpr_PathMakePath(configHome, 0)) in shadow_server_init_config_path()
746 if (!winpr_PathFileExists(server->ConfigPath) && !winpr_PathMakePath(server->ConfigPath, 0)) in shadow_server_init_certificate()
755 if (!winpr_PathFileExists(filepath) && !winpr_PathMakePath(filepath, 0)) in shadow_server_init_certificate()
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/utils/wlog/
H A DMessage.c46 if (!winpr_PathMakePath(FilePath, NULL)) in WLog_Message_GetOutputFileName()
H A DBinaryAppender.c75 if (!winpr_PathMakePath(binaryAppender->FilePath, 0)) in WLog_BinaryAppender_Open()
H A DFileAppender.c101 if (!winpr_PathMakePath(fileAppender->FilePath, 0)) in WLog_FileAppender_Open()
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/path/test/
H A DTestPathMakePath.c45 success = winpr_PathMakePath(path, NULL); in TestPathMakePath()
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/path/
H A Dshell.c707 BOOL winpr_PathMakePath(const char* path, LPSECURITY_ATTRIBUTES lpAttributes) in winpr_PathMakePath() function
/dports/net/freerdp/freerdp-2.5.0/winpr/include/winpr/
H A Dpath.h341 WINPR_API BOOL winpr_PathMakePath(const char* path, LPSECURITY_ATTRIBUTES lpAttributes);
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/core/
H A Dlicense.c206 if (!winpr_PathMakePath(settings->ConfigPath, 0)) in saveCal()
219 if (!winpr_PathMakePath(licenseStorePath, 0)) in saveCal()
/dports/net/freerdp/freerdp-2.5.0/channels/printer/client/
H A Dprinter_main.c87 if (!winpr_PathMakePath(config, NULL)) in get_printer_config_path()