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

Method unlinkFile

src/common/isc_sync.cpp:1148–1154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1146}
1147
1148void SharedMemoryBase::unlinkFile()
1149{
1150 TEXT expanded_filename[MAXPATHLEN];
1151 iscPrefixLock(expanded_filename, sh_mem_name, false);
1152
1153 unlinkFile(expanded_filename);
1154}
1155
1156PathName SharedMemoryBase::getMapFileName()
1157{

Callers

nothing calls this directly

Calls 2

iscPrefixLockFunction · 0.85
unlinkFunction · 0.50

Tested by

no test coverage detected