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

Method getPath

src/jrd/jrd.cpp:1157–1163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1155
1156 private:
1157 void getPath(ClumpletReader& reader, PathName& s)
1158 {
1159 reader.getPath(s);
1160 if (!dpb_utf8_filename)
1161 ISC_systemToUtf8(s);
1162 ISC_unescape(s);
1163 }
1164
1165 void getString(ClumpletReader& reader, string& s)
1166 {

Callers 7

resetClntMethod · 0.80
addServerKeysMethod · 0.80
attachSvcMethod · 0.80
ClntAuthBlockMethod · 0.80
loadMethod · 0.80
getMethod · 0.80
getOptionsMethod · 0.80

Calls 2

ISC_systemToUtf8Function · 0.85
ISC_unescapeFunction · 0.85

Tested by

no test coverage detected