Home
last modified time | relevance | path

Searched refs:openIso (Results 1 – 6 of 6) sorted by relevance

/dports/sysutils/k3b/k3b-21.12.3/kioslaves/videodvd/
H A Dvideodvd.cpp133 K3b::Iso9660* kio_videodvdProtocol::openIso( const QUrl& url, QString& plainIsoPath ) in openIso() function in kio_videodvdProtocol
174 if( K3b::Iso9660* iso = openIso( url, isoPath ) ) in get()
223 K3b::Iso9660* iso = openIso( url, isoPath ); in listDir()
317 K3b::Iso9660* iso = openIso( url, isoPath ); in stat()
346 K3b::Iso9660* iso = openIso( url, isoPath ); in mimetype()
H A Dvideodvd.h37 K3b::Iso9660* openIso( const QUrl&, QString& plainIsoPath );
/dports/sysutils/isomaster/isomaster-1.3.16/
H A Disomaster.c125 openIso(argv[1]); in main()
H A Disobrowser.h32 void openIso(char* filename);
H A Disobrowser.c1180 void openIso(char* filename) in openIso() function
1484 openIso(filename); in openIsoCbk()
1499 openIso((char*)filename); in openRecentIso()
H A Dfsbrowser.c521 openIso(selectedPathAndName); in fsRowDblClickCbk()