MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / toSystem

Method toSystem

src/burp/burp.cpp:2752–2758  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2750}
2751
2752Firebird::string BurpGlobals::toSystem(const Firebird::PathName& from)
2753{
2754 Firebird::string to = from.ToString();
2755 if (uSvc->utf8FileNames())
2756 ISC_utf8ToSystem(to);
2757 return to;
2758}
2759
2760namespace // for local symbols
2761{

Callers 3

gbakFunction · 0.45
open_filesFunction · 0.45
MVOL_split_hdr_writeFunction · 0.45

Calls 3

ISC_utf8ToSystemFunction · 0.85
ToStringMethod · 0.45
utf8FileNamesMethod · 0.45

Tested by

no test coverage detected