Searched refs:GetFile (Results 1 - 13 of 13) sorted by relevance

/haiku/src/tests/add-ons/print/ppd/ui/
H A DPrinterSelection.h31 const char* GetFile() { return fFile.String(); } function in class:FileItem
H A DPrinterSelection.cpp156 FillPrinters(file->GetFile());
165 copy.AddString("file", file->GetFile());
/haiku/src/apps/codycam/
H A DFileUploadClient.cpp59 FileUploadClient::GetFile(const string& remote, const string& local, function in class:FileUploadClient
H A DSftpClient.h40 bool GetFile(const string& remote,
H A DFileUploadClient.h34 virtual bool GetFile(const string& remote,
H A DFtpClient.h46 bool GetFile(const string& remote,
H A DSpawningUploadClient.h31 virtual bool GetFile(const string& remote,
H A DSpawningUploadClient.cpp179 SpawningUploadClient::GetFile(const string& remote, const string& local, function in class:SpawningUploadClient
H A DSftpClient.cpp192 SftpClient::GetFile(const string& remote, const string& local, ftp_mode mode) function in class:SftpClient
H A DFtpClient.cpp279 FtpClient::GetFile(const string& remote, const string& local, ftp_mode mode) function in class:FtpClient
/haiku/src/kits/debugger/files/
H A DFileManager.cpp138 LocatableFile* GetFile(const BString& directoryPath, function in class:FileManager::Domain
142 return GetFile(relativePath);
143 return GetFile(BString(directoryPath) << '/' << relativePath);
146 LocatableFile* GetFile(const BString& path) function in class:FileManager::Domain
613 return fTargetDomain->GetFile(directory, relativePath);
621 return fTargetDomain->GetFile(path);
639 LocatableFile* file = fSourceDomain->GetFile(directory, relativePath);
649 LocatableFile* file = fSourceDomain->GetFile(path);
/haiku/src/tools/elfsymbolpatcher/
H A DElfFile.h113 BFile* GetFile() { return &fFile; } function in class:SymbolPatcher::ElfFile
H A DElfFile.cpp69 ElfFile* GetFile() const;
123 // GetFile
125 ElfSection::GetFile() const function in class:ElfSection
199 BFile* file = fFile->GetFile();
288 const char* data = fSection->GetFile()->GetStringSectionStrings(
421 = fSection->GetFile()->SectionAt(fSection->GetLink(), true)) {

Completed in 65 milliseconds