Home
last modified time | relevance | path

Searched refs:lfileExistsExt (Results 1 – 5 of 5) sorted by relevance

/dports/x11-fm/worker/worker-4.10.0/src/
H A Ddatei.h81 static d_fe_t lfileExistsExt(const char*);
H A Ddatei.cc354 Datei::d_fe_t Datei::lfileExistsExt(const char*name) in lfileExistsExt() function in Datei
522 if(Datei::lfileExistsExt(returnstr)==Datei::D_FE_NOFILE) { in createTMPName()
553 if ( Datei::lfileExistsExt( returnstr.c_str() ) == Datei::D_FE_NOFILE ) { in createTMPHardlink()
H A Dcopycore.cc142 lse=Datei::lfileExistsExt(newdest); in getNewName4Dir()
434 lse=Datei::lfileExistsExt(newdest); in getNewName4File()
695 de1=Datei::lfileExistsExt(destsubdir); in copydir()
961 de1=Datei::lfileExistsExt(newfullname); in copyfile()
1368 if ( Datei::lfileExistsExt( destname ) != Datei::D_FE_NOFILE ) { in copyfile_reg()
H A Dvirtualdirmode.cc6934 if ( Datei::lfileExistsExt( newfullname.c_str() ) != Datei::D_FE_NOFILE ) { in renamef()
7434 if ( Datei::lfileExistsExt( newfullname.c_str() ) != Datei::D_FE_NOFILE ) { in createsymlink()
H A Dwconfig.cc4002 if ( Datei::lfileExistsExt( file.c_str() ) == Datei::D_FE_FILE ) { in saveas()
4664 if ( Datei::lfileExistsExt( home.c_str() )== Datei::D_FE_NOFILE ) { in load()