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

Method makeFullFileName

src/isql/InputDevices.cpp:137–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137void InputDevices::indev::makeFullFileName()
138{
139 if (!indev_fn.isEmpty() && PathUtils::isRelative(indev_fn))
140 {
141 PathName name = indev_fn;
142 PathName path;
143 fb_utils::getCwd(path);
144 PathUtils::concatPath(indev_fn, path, name);
145 }
146}
147
148
149// Clear the chain of indev, closing file handles.

Callers

nothing calls this directly

Calls 2

getCwdFunction · 0.85
isEmptyMethod · 0.45

Tested by

no test coverage detected