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

Method defaultName

src/common/config/dir_list.cpp:258–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258bool DirectoryList::defaultName(PathName& path, const PathName& name) const
259{
260 fb_assert(mode != NotInitialized);
261 if (! getCount())
262 {
263 return false;
264 }
265 PathUtils::concatPath(path, (*this)[0], name);
266 return true;
267}
268
269const PathName TempDirectoryList::getConfigString() const
270{

Callers 2

EXT_fileFunction · 0.80
resolveDatabaseAccessFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected