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

Function ISC_expand_filename

src/common/isc_file.cpp:583–599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

581
582#ifndef WIN_NT
583bool ISC_expand_filename(tstring& buff, bool expand_mounts)
584{
585/**************************************
586 *
587 * I S C _ e x p a n d _ f i l e n a m e ( N F S )
588 *
589 **************************************
590 *
591 * Functional description
592 * Expand a filename by following links. As soon as a TCP node name
593 * shows up, stop translating.
594 *
595 **************************************/
596
597 expand_filename2(buff, expand_mounts);
598 return true;
599}
600#endif
601
602

Callers 11

expandDatabaseNameFunction · 0.70
ISC_analyze_nfsFunction · 0.70
verifyDatabaseNameFunction · 0.50
EXT_fileFunction · 0.50
SDW_startFunction · 0.50
getMethod · 0.50
enumerateMethod · 0.50
unix.cppFile · 0.50
PIO_expandFunction · 0.50
PIO_createFunction · 0.50
PIO_expandFunction · 0.50

Calls 15

expand_filename2Function · 0.85
expand_share_nameFunction · 0.85
translate_slashesFunction · 0.85
ISC_expand_shareFunction · 0.85
getCwdFunction · 0.85
get_full_pathFunction · 0.85
ShortToLongPathNameFunction · 0.85
upperMethod · 0.80
isEmptyMethod · 0.45
lengthMethod · 0.45
findMethod · 0.45
substrMethod · 0.45

Tested by

no test coverage detected