Home
last modified time | relevance | path

Searched refs:LibraryExists (Results 1 – 15 of 15) sorted by relevance

/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/pgeo/
H A Dogrpgeodriver.cpp234 if ( LibraryExists( strLibPath.c_str() ) ) in FindDriverLib()
250 if ( LibraryExists( pszDriverFile ) ) in FindDriverLib()
268 bool OGRODBCMDBDriver::LibraryExists(const char* pszLibPath) in LibraryExists() function in OGRODBCMDBDriver
H A Dogr_pgeo.h203 bool LibraryExists( const char* pszLibPath );
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/pgeo/
H A Dogrpgeodriver.cpp234 if ( LibraryExists( strLibPath.c_str() ) ) in FindDriverLib()
250 if ( LibraryExists( pszDriverFile ) ) in FindDriverLib()
268 bool OGRODBCMDBDriver::LibraryExists(const char* pszLibPath) in LibraryExists() function in OGRODBCMDBDriver
H A Dogr_pgeo.h205 static bool LibraryExists( const char* pszLibPath );
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/pgeo/
H A Dogrpgeodriver.cpp234 if ( LibraryExists( strLibPath.c_str() ) ) in FindDriverLib()
250 if ( LibraryExists( pszDriverFile ) ) in FindDriverLib()
268 bool OGRODBCMDBDriver::LibraryExists(const char* pszLibPath) in LibraryExists() function in OGRODBCMDBDriver
H A Dogr_pgeo.h205 static bool LibraryExists( const char* pszLibPath );
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/pgeo/
H A Dogrpgeodriver.cpp234 if ( LibraryExists( strLibPath.c_str() ) ) in FindDriverLib()
250 if ( LibraryExists( pszDriverFile ) ) in FindDriverLib()
268 bool OGRODBCMDBDriver::LibraryExists(const char* pszLibPath) in LibraryExists() function in OGRODBCMDBDriver
H A Dogr_pgeo.h205 static bool LibraryExists( const char* pszLibPath );
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/symbol_editor/
H A Dsymbol_library_manager.cpp187 wxCHECK( aFileType != SCH_IO_MGR::SCH_FILE_T::SCH_LEGACY && LibraryExists( aLibrary ), false ); in SaveLibrary()
337 wxCHECK( LibraryExists( aLibrary ), true ); in IsLibraryReadOnly()
345 wxCHECK( LibraryExists( aLibrary ), false ); in IsLibraryLoaded()
354 wxCHECK( LibraryExists( aLibrary ), ret ); in GetAliases()
388 wxCHECK( LibraryExists( aLibrary ), nullptr ); in GetBufferedSymbol()
445 wxCHECK( LibraryExists( aLibrary ), nullptr ); in GetScreen()
458 wxCHECK( LibraryExists( aLibrary ), false ); in UpdateSymbol()
665 if( !LibraryExists( name ) ) in GetUniqueLibraryName()
672 if( !LibraryExists( name + wxString::Format( "%u", i ) ) ) in GetUniqueLibraryName()
717 wxCHECK( !LibraryExists( libName ), false ); // either create or add an existing one in addLibrary()
[all …]
H A Dsymbol_editor_import_export.cpp42 if( !m_libMgr->LibraryExists( libName ) ) in ImportSymbol()
46 if( !m_libMgr->LibraryExists( libName ) ) in ImportSymbol()
H A Dsymbol_library_manager.h161 bool LibraryExists( const wxString& aLibrary, bool aCheckEnabled = false ) const;
H A Dsymbol_editor.cpp411 if( !m_libMgr->LibraryExists( lib ) ) in CreateNewSymbol()
415 if( !m_libMgr->LibraryExists( lib ) ) in CreateNewSymbol()
833 if( !m_libMgr->LibraryExists( lib ) ) in DuplicateSymbol()
H A Dsymbol_edit_frame.cpp828 if( m_libMgr->LibraryExists( libName ) ) in AddLibraryFile()
/dports/lang/fpc-source/fpc-3.2.2/tests/utils/
H A Ddotest.pp1045 function LibraryExists(const PPFile : string; out FileName : string) : boolean;
1052 LibraryExists:=true;
1059 LibraryExists:=true;
1066 LibraryExists:=true;
1073 LibraryExists:=true;
1080 LibraryExists:=true;
1087 LibraryExists:=true;
1090 LibraryExists:=false;
2007 if LibraryExists(PPFile[current],LibraryName) then
2029 else if LibraryExists(PPFile[current],LibraryName) then
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/
H A Dsymbol_tree_synchronizing_adapter.cpp89 if( !m_libMgr->LibraryExists( name, true ) in Sync()