Searched refs:theFile (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Ddirdlg.cpp55 FSRef theFile; local
56 wxMacPathToFSRef(data->GetPath(), &theFile);
58 if (noErr == ::AECreateDesc(typeFSRef, &theFile, sizeof(FSRef), &theLocation))
H A Dfiledlg.cpp79 FSRef theFile; local
80 wxMacPathToFSRef(data->defaultLocation, &theFile);
82 if (noErr == ::AECreateDesc(typeFSRef, &theFile, sizeof(FSRef), &theLocation))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/GettingStarted/
H A DExampleDatabaseLoad.java181 private List loadFile(File theFile, int numFields) { argument
185 FileInputStream fis = new FileInputStream(theFile);
190 System.out.println("Malformed line found in " + theFile.getPath());
199 System.err.println(theFile.getPath() + " does not exist.");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Ddnd.cpp218 HFSFlavor* theFile = (HFSFlavor*) theData ; local
219 wxString name = wxMacFSSpec2MacFilename( &theFile->fileSpec ) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dhtmlutil.cpp112 TexNextPage(wxChar *theLabel, wxChar *theFile) argument
115 filename = copystring(theFile);

Completed in 122 milliseconds