Home
last modified time | relevance | path

Searched refs:fileExistsExt (Results 1 – 10 of 10) sorted by relevance

/dports/x11-fm/worker/worker-4.10.0/src/
H A Ddatei.h80 static d_fe_t fileExistsExt(const char*);
H A Dnmextlist.cc219 if((Datei::fileExistsExt(fullname)==Datei::D_FE_DIR)&&(rec==true)) { in create_externfe_rec()
H A Dshowimagemode.cc375 if ( Datei::fileExistsExt( str1.c_str() ) != Datei::D_FE_FILE ) { in update()
H A Dexeclass.cc224 if ( Datei::fileExistsExt( tmperror ) == Datei::D_FE_FILE ) { in getOutputAndRV()
H A Dvirtualdirmode_copy.cc59 if ( Datei::fileExistsExt( co->destdir.c_str() ) != Datei::D_FE_DIR ) { in copy()
H A Dfilereq.cc381 if ( Datei::fileExistsExt( dir ) == Datei::D_FE_DIR ) { in request_entry()
H A Dworker.cc3092 if ( Datei::fileExistsExt( str1.c_str() ) == Datei::D_FE_DIR ) { in getDataDir()
3120 if ( Datei::fileExistsExt( str1.c_str() ) == Datei::D_FE_DIR ) { in getDataDir()
3134 if ( Datei::fileExistsExt( str1.c_str() ) == Datei::D_FE_DIR ) { in getDataDir()
3143 if ( Datei::fileExistsExt( str1.c_str() ) == Datei::D_FE_DIR ) { in getDataDir()
3155 if ( Datei::fileExistsExt( str1.c_str() ) == Datei::D_FE_DIR ) { in getDataDir()
5849 if ( Datei::fileExistsExt( wrapper.c_str() ) == Datei::D_FE_FILE ) {
H A Ddatei.cc341 Datei::d_fe_t Datei::fileExistsExt(const char*name) in fileExistsExt() function in Datei
H A Dcopycore.cc141 se=Datei::fileExistsExt(newdest); in getNewName4Dir()
H A Dwconfig.cc3971 if ( Datei::fileExistsExt( home.c_str() ) != Datei::D_FE_DIR ) { in save()
5134 e = Datei::fileExistsExt( filename ); in export2file()
5261 if ( Datei::fileExistsExt( filename ) == Datei::D_FE_FILE ) { in loadImportConfig()