Home
last modified time | relevance | path

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

/dports/net/freerdp/freerdp-2.5.0/libfreerdp/core/test/
H A DTestConnect.c173 char* exe = GetCombinedPath(TESTING_OUTPUT_DIRECTORY, "server"); in testSuccess()
174 char* wexe = GetCombinedPath(TESTING_SRC_DIRECTORY, "server"); in testSuccess()
181 path = GetCombinedPath(exe, "Sample"); in testSuccess()
182 wpath = GetCombinedPath(wexe, "Sample"); in testSuccess()
189 exe = GetCombinedPath(path, "sfreerdp-server"); in testSuccess()
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/crypto/test/
H A DTestKnownHosts.c133 currentFileV2 = GetCombinedPath(current.ConfigPath, "known_hosts2"); in TestKnownHosts()
141 legacyFileV2 = GetCombinedPath(legacy.ConfigPath, "known_hosts2"); in TestKnownHosts()
149 legacyFile = GetCombinedPath(legacy.ConfigPath, "known_hosts"); in TestKnownHosts()
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/io/
H A Ddevice.c91 lpPipePath = GetCombinedPath(lpTempPath, ".device"); in GetDeviceFileUnixDomainSocketBaseFilePathA()
114 lpFilePath = GetCombinedPath(lpPipePath, (char*)lpFileName); in GetDeviceFileUnixDomainSocketFilePathA()
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/path/
H A Dshell.c222 path = GetCombinedPath(home, "cache"); in GetPath_XDG_CACHE_HOME()
371 subPath = GetCombinedPath(knownPath, path); in GetKnownSubPath()
408 subpath = GetCombinedPath(env, path); in GetEnvironmentSubPath()
413 char* GetCombinedPath(const char* basePath, const char* subPath) in GetCombinedPath() function
/dports/net/freerdp/freerdp-2.5.0/server/shadow/
H A Dshadow_server.c690 userApplicationSupportPath = GetCombinedPath(userLibraryPath, "Application Support"); in shadow_server_init_config_path()
703 server->ConfigPath = GetCombinedPath(userApplicationSupportPath, "freerdp"); in shadow_server_init_config_path()
752 if (!(filepath = GetCombinedPath(server->ConfigPath, "shadow"))) in shadow_server_init_certificate()
764 server->CertificateFile = GetCombinedPath(filepath, "shadow.crt"); in shadow_server_init_certificate()
765 server->PrivateKeyFile = GetCombinedPath(filepath, "shadow.key"); in shadow_server_init_certificate()
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/utils/wlog/
H A DMessage.c60 FullFileName = GetCombinedPath(FilePath, FileName); in WLog_Message_GetOutputFileName()
H A DBinaryAppender.c68 GetCombinedPath(binaryAppender->FilePath, binaryAppender->FileName); in WLog_BinaryAppender_Open()
H A DFileAppender.c93 GetCombinedPath(fileAppender->FilePath, fileAppender->FileName); in WLog_FileAppender_Open()
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/file/
H A DnamedPipeClient.c282 lpPipePath = GetCombinedPath(lpTempPath, ".pipe"); in GetNamedPipeUnixDomainSocketBaseFilePathA()
294 lpFilePath = GetCombinedPath(lpPipePath, (char*)lpFileName); in GetNamedPipeUnixDomainSocketFilePathA()
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/crypto/
H A Dcertificate.c91 GetCombinedPath(settings->ConfigPath, (char*)certificate_store_dir))) in certificate_store_init()
105 if (!(server_path = GetCombinedPath(settings->ConfigPath, (char*)certificate_server_dir))) in certificate_store_init()
120 GetCombinedPath(settings->ConfigPath, (char*)certificate_known_hosts_file))) in certificate_store_init()
124 GetCombinedPath(settings->ConfigPath, (char*)certificate_legacy_hosts_file))) in certificate_store_init()
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/path/test/
H A DTestPathMakePath.c32 path = GetCombinedPath(base, tmp); in TestPathMakePath()
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/utils/test/
H A DTestWLog.c57 if ((wlog_file = GetCombinedPath(tmp_path, "test_w.log"))) in TestWLog()
/dports/net/freerdp/freerdp-2.5.0/channels/printer/client/
H A Dprinter_main.c81 char* dir = GetCombinedPath(settings->ConfigPath, "printers"); in get_printer_config_path()
83 char* config = GetCombinedPath(dir, bname); in get_printer_config_path()
108 char* abs = GetCombinedPath(path, name); in printer_write_setting()
162 char* abs = GetCombinedPath(path, name); in printer_read_setting()
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/core/
H A Dlicense.c214 if (!(licenseStorePath = GetCombinedPath(settings->ConfigPath, licenseStore))) in saveCal()
232 if (!(filepath = GetCombinedPath(licenseStorePath, filename))) in saveCal()
235 if (!(filepathNew = GetCombinedPath(licenseStorePath, filenameNew))) in saveCal()
284 if (!(licenseStorePath = GetCombinedPath(settings->ConfigPath, licenseStore))) in loadCalFile()
287 if (!(calPath = GetCombinedPath(licenseStorePath, calFilename))) in loadCalFile()
H A Dsettings.c576 settings->ConfigPath = GetCombinedPath(base, FREERDP_PRODUCT_STRING); in freerdp_settings_new()
/dports/net/freerdp/freerdp-2.5.0/server/proxy/
H A Dpf_modules.c373 char* fullpath = GetCombinedPath(root_dir, modules[i]); in pf_modules_init()
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/sspi/test/
H A DTestSchannel.c561 fullpath = GetCombinedPath("/tmp", "localhost.crt"); in dump_test_certificate_files()
578 fullpath = GetCombinedPath("/tmp", "localhost.key"); in dump_test_certificate_files()
/dports/net/freerdp/freerdp-2.5.0/winpr/tools/makecert/
H A Dmakecert.c471 fullpath = GetCombinedPath(path, filename); in makecert_context_output_certificate_file()
629 fullpath = GetCombinedPath(path, filename); in makecert_context_output_private_key_file()
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/codec/test/
H A DTestFreeRDPCodecProgressive.c277 filename = GetCombinedPath(path, file); in test_progressive_load_file()
544 filename = GetCombinedPath(path, file); in test_progressive_load_bitmap()
1055 char* name = GetCombinedPath(path, "progressive.bmp"); in test_encode_decode()
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/wtsapi/
H A Dwtsapi.c759 prefix_libdir = GetCombinedPath(prefix, libdir); in InitializeWtsApiStubs_FreeRDS()
760 wtsapi_library = GetCombinedPath(prefix_libdir, FREERDS_LIBRARY_NAME); in InitializeWtsApiStubs_FreeRDS()
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/thread/
H A Dprocess.c127 filename = GetCombinedPath(path, application); in FindApplicationPath()
/dports/net/freerdp/freerdp-2.5.0/winpr/include/winpr/
H A Dpath.h312 WINPR_API char* GetCombinedPath(const char* basePath, const char* subPath);
/dports/net/freerdp/freerdp-2.5.0/rdtk/librdtk/
H A Drdtk_font.c596 fontBaseFile = GetCombinedPath(path, file); in rdtk_font_new()