Home
last modified time | relevance | path

Searched refs:PFilePath (Results 1 – 25 of 156) sorted by relevance

1234567

/dports/devel/ptlib/ptlib-2.10.11/include/ptlib/
H A Dfilepath.h74 PFilePath();
86 PFilePath(
100 PFilePath(
106 PFilePath(
115 PFilePath(
122 PFilePath & operator=(
135 PFilePath & operator=(
148 PFilePath & operator=(
160 PFilePath & operator+=(
173 PFilePath & operator+=(
[all …]
H A Dfile.h132 const PFilePath & name, ///< Name of file to open.
213 const PFilePath & name ///< Name of file to see if exists.
266 const PFilePath & name, // Name of file to delete.
306 const PFilePath & oldname, ///< Old name of the file.
340 const PFilePath & oldname, ///< Old name of the file.
341 const PFilePath & newname, ///< New name for the file.
352 const PFilePath & newname, ///< New name for the file.
367 const PFilePath & oldname, ///< Old path and name of the file.
368 const PFilePath & newname, ///< New path and name for the file.
397 const PFilePath & GetFilePath() const;
[all …]
H A Dosutil.inl315 PINLINE PFilePath::PFilePath() function in PFilePath
318 PINLINE PFilePath::PFilePath(const PFilePath & path) function in PFilePath
321 PINLINE PFilePath & PFilePath::operator=(const PFilePath & path)
324 PINLINE PFilePath & PFilePath::operator=(const PString & str)
327 PINLINE PFilePath & PFilePath::operator=(const char * cstr)
330 PINLINE PFilePath & PFilePath::operator+=(const PString & str)
333 PINLINE PFilePath & PFilePath::operator+=(const char * cstr)
345 PINLINE PFile::PFile(const PFilePath & name, OpenMode mode, int opts)
358 PINLINE PBoolean PFile::Copy(const PFilePath & newname, PBoolean force)
368 PINLINE const PFilePath & PFile::GetFilePath() const
[all …]
H A Dsound.h76 const PFilePath & filename ///< Sound file to load.
98 const PFilePath & filename ///< Sound file to load.
108 const PFilePath & filename ///< Sound file to load.
164 const PFilePath & file, ///< Sound file to play.
624 const PFilePath & file, ///< Sound file to play.
718 const PFilePath & file ///< Sound file recorded
H A Dwxstring.h46 PwxString(const PFilePath & fn) : wxString((const char *)fn, wxConvUTF8 ) { } in PwxString()
87 inline operator PFilePath() const { return ToUTF8().data(); } in PFilePath() function
99 inline operator PFilePath() const { return c_str(); } in PFilePath() function
/dports/devel/ptlib/ptlib-2.10.11/src/ptlib/Nucleus++/
H A DNucleusPFilePath.cxx81 PFilePath::PFilePath(const PString & str) in PFilePath() function in PFilePath
90 PFilePath::PFilePath(const char * cstr) in PFilePath() function in PFilePath
99 PFilePath::PFilePath(const char * prefix, const char * dir) in PFilePath() function in PFilePath
128 PFilePath & PFilePath::operator=(const PString & str) in operator =()
142 PString PFilePath::GetPath() const in GetPath()
157 PString PFilePath::GetTitle() const in GetTitle()
165 PString PFilePath::GetType() const in GetType()
183 void PFilePath::SetType(const PString & type) in SetType()
197 PString PFilePath::GetFileName() const in GetFileName()
214 PDirectory PFilePath::GetDirectory() const in GetDirectory()
[all …]
H A DNucleusConfig.cxx97 PBoolean WriteToFile(const PFilePath & filename);
119 PXConfig * GetFileConfigInstance(const PFilePath & key, const PFilePath & readKey);
362 PFilePath & readFilename,
363 PFilePath & filename)
366 PFilePath userFile;
420 PXConfig * PXConfigDictionary::GetFileConfigInstance(const PFilePath & key, const PFilePath & readK…
451 PFilePath key = GetKeyAt(index);
464 PFilePath key = GetKeyAt(i);
487 PFilePath filename, readFilename;
516 PFilePath readFilename, filename;
[all …]
H A DNucleusPFile.cxx89 PBoolean PFile::Rename(const PFilePath & oldname, const PString & newname, PBoolean force) in Rename()
113 PBoolean PFile::Move(const PFilePath & oldname, const PFilePath & newname, PBoolean force)
115 PFilePath from = oldname.GetDirectory() + oldname.GetFileName();
116 PFilePath to = newname.GetDirectory() + newname.GetFileName();
134 PBoolean PFile::Access(const PFilePath & name, OpenMode mode) in Access()
160 PBoolean PFile::GetInfo(const PFilePath & name, PFileInfo & status) in GetInfo()
203 PBoolean PFile::SetPermissions(const PFilePath & name, int permissions) in SetPermissions()
/dports/devel/ptlib/ptlib-2.10.11/src/ptlib/unix/
H A Dconfig.cxx110 PBoolean WriteToFile(const PFilePath & filename);
111 PBoolean Flush(const PFilePath & filename);
148 PXConfig * GetFileConfigInstance(const PFilePath & key, const PFilePath & readKey);
252 PBoolean PXConfig::Flush(const PFilePath & filename)
425 PFilePath & readFilename,
426 PFilePath & filename)
500 PXConfig * PXConfigDictionary::GetFileConfigInstance(const PFilePath & key, const PFilePath & readK…
531 PFilePath key = GetKeyAt(index);
547 PFilePath key = GetKeyAt(i);
573 PFilePath filename, readFilename;
[all …]
H A Dosutil.cxx790 PBoolean PFile::Move(const PFilePath & oldname, const PFilePath & newname, PBoolean force) in Move()
977 PFilePath::PFilePath(const PString & str) in PFilePath() function in PFilePath
983 PFilePath::PFilePath(const char * cstr) in PFilePath() function in PFilePath
989 PFilePath::PFilePath(const char * prefix, const char * dir) in PFilePath() function in PFilePath
1025 PString PFilePath::GetPath() const in GetPath()
1035 PString PFilePath::GetTitle() const in GetTitle()
1043 PString PFilePath::GetType() const in GetType()
1056 void PFilePath::SetType(const PString & type) in SetType()
1066 PString PFilePath::GetFileName() const in GetFileName()
1078 PDirectory PFilePath::GetDirectory() const in GetDirectory()
[all …]
H A Ddummyaudio.cxx54 PSound::PSound(const PFilePath & filename) in PSound()
83 PBoolean PSound::Load(const PFilePath & /*filename*/) in Load() argument
89 PBoolean PSound::Save(const PFilePath & /*filename*/) in Save() argument
222 PBoolean PSoundChannel::PlayFile(const PFilePath & filename, PBoolean wait) in PlayFile()
252 PBoolean PSoundChannel::RecordFile(const PFilePath & filename) in RecordFile()
H A Dsunaudio.cxx57 PSound::PSound(const PFilePath & filename) in PSound()
86 PBoolean PSound::Load(const PFilePath & /*filename*/) in Load() argument
92 PBoolean PSound::Save(const PFilePath & /*filename*/) in Save() argument
271 PBoolean PSoundChannel::PlayFile(const PFilePath & filename, PBoolean wait) in PlayFile()
297 PBoolean PSoundChannel::RecordFile(const PFilePath & filename) in RecordFile()
/dports/devel/ptlib/ptlib-2.10.11/include/ptclib/
H A Dpssl.h80 const PFilePath & keyFile, ///< Private key file
139 const PFilePath & keyFile, ///< Private key file
149 const PFilePath & keyFile, ///< Private key file
178 const PFilePath & certFile, ///< Certificate file
248 const PFilePath & certFile, ///< Certificate file
258 const PFilePath & keyFile, ///< Certificate key file
287 const PFilePath & dhFile, ///< Diffie-Hellman parameters file
326 const PFilePath & dhFile, ///< Diffie-Hellman parameters file
383 const PFilePath & caFile ///< CA certificate file
H A Dvxml.h141 PFilePath CreateFilename(const PString & prefix, const PString & key, const PString & fileType);
147 const PFilePath & fn,
148 PFilePath & dataFn);
154 PFilePath & fn);
156 PFilePath GetCacheDir() const in GetCacheDir()
159 PFilePath GetRandomFilename(const PString & prefix, const PString & fileType);
184 virtual PBoolean LoadFile(const PFilePath & file, const PString & firstForm = PString::Empty());
385 PFilePath m_fileName;
504 PFilePath m_filePath;
546 virtual PWAVFile * CreateWAVFile(const PFilePath & fn, PBoolean recording = false);
[all …]
H A Dpvidfile.h60 const PFilePath & name, // Name of file to open.
90 const PFilePath & GetFilePath() const { return m_file.GetFilePath(); } in GetFilePath()
114 const PFilePath & name, // Name of file to open.
H A Dpodbc.h373 PFilePath DBPath; /// Database file Path (not Oracle,xxSQL)
669 PBoolean Connect_DB2(PFilePath DBPath);
673 PBoolean Connect_XLS(PFilePath XLSPath,PString DefDir = "");
677 PBoolean Connect_TXT(PFilePath TXTPath);
681 PBoolean Connect_FOX(PFilePath DBPath,PString User = "",
687 PBoolean Connect_MDB(PFilePath MDBPath,PString User ="",
H A Dhttp.h1634 const PFilePath & file // Location of file in file system.
1638 const PFilePath & file, // Location of file in file system.
1643 const PFilePath & file, // Location of file in file system.
1648 const PFilePath & file, // Location of file in file system.
1709 PFilePath filePath;
1760 const PFilePath & file // Location of file in file system.
1764 const PFilePath & file, // Location of file in file system.
1769 const PFilePath & file, // Location of file in file system.
1774 const PFilePath & file, // Location of file in file system.
1914 PFilePath realPath;
/dports/devel/ptlib/ptlib-2.10.11/src/ptlib/msos/
H A Dptlib.cxx356 PFilePath::PFilePath(const PString & str) in PFilePath() function in PFilePath
362 PFilePath::PFilePath(const char * cstr) in PFilePath() function in PFilePath
368 PFilePath::PFilePath(const char * prefix, const char * dir) in PFilePath() function in PFilePath
423 PCaselessString PFilePath::GetVolume() const in GetVolume()
429 PDirectory PFilePath::GetDirectory() const in GetDirectory()
439 PCaselessString PFilePath::GetPath() const in GetPath()
445 PCaselessString PFilePath::GetFileName() const in GetFileName()
457 PCaselessString PFilePath::GetTitle() const in GetTitle()
473 PCaselessString PFilePath::GetType() const in GetType()
565 PBoolean PFile::Move(const PFilePath & oldname, const PFilePath & newname, PBoolean force) in Move()
[all …]
/dports/net/opal/opal-3.10.10/src/Python/ptlib/
H A DPFilePath.sip42 class PFilePath
53 PFilePath();
65 PFilePath(
79 PFilePath(
85 PFilePath(
94 PFilePath(
101 // PFilePath & operator=(
114 // PFilePath & operator=(
127 // PFilePath & operator=(
139 PFilePath & operator+=(
[all …]
H A DPFile.sip120 const PFilePath & name, ///< Name of file to open.
201 const PFilePath & name ///< Name of file to see if exists.
254 const PFilePath & name, // Name of file to delete.
294 const PFilePath & oldname, ///< Old name of the file.
328 const PFilePath & oldname, ///< Old name of the file.
329 const PFilePath & newname, ///< New name for the file.
340 const PFilePath & newname, ///< New name for the file.
355 const PFilePath & oldname, ///< Old path and name of the file.
356 const PFilePath & newname, ///< New path and name for the file.
386 const PFilePath & GetFilePath() const;
[all …]
/dports/net/opal/opal-3.10.10/include/opal/
H A Drecording.h132 bool Open(const PFilePath & fn) in Open()
139 bool Open(const PFilePath & fn, bool mono) // For backward compatibility in Open()
147 bool Open(const PFilePath & fn, const Options & options) in Open()
204 virtual bool OpenFile(const PFilePath & fn) = 0;
/dports/devel/ptlib/ptlib-2.10.11/src/ptclib/
H A Dptts.cxx84 PBoolean OpenFile(const PFilePath & fn);
119 PBoolean PTextToSpeech_SAPI::OpenFile(const PFilePath & fn) in OpenFile()
308 PBoolean OpenFile(const PFilePath & fn);
316 PBoolean Invoke(const PString & str, const PFilePath & fn);
322 PFilePath path;
357 PBoolean PTextToSpeech_Festival::OpenFile(const PFilePath & fn) in OpenFile()
454 PBoolean PTextToSpeech_Festival::Invoke(const PString & otext, const PFilePath & fname) in Invoke()
H A Dpssl.cxx152 bool OpenRead(const PFilePath & filename) in OpenRead()
155 bool OpenWrite(const PFilePath & filename) in OpenWrite()
158 bool OpenAppend(const PFilePath & filename) in OpenAppend()
186 PSSLPrivateKey::PSSLPrivateKey(const PFilePath & keyFile, PSSLFileTypes fileType) in PSSLPrivateKey()
283 PBoolean PSSLPrivateKey::Load(const PFilePath & keyFile, PSSLFileTypes fileType) in Load()
324 PBoolean PSSLPrivateKey::Save(const PFilePath & keyFile, PBoolean append, PSSLFileTypes fileType) in Save()
369 PSSLCertificate::PSSLCertificate(const PFilePath & certFile, PSSLFileTypes fileType) in PSSLCertificate()
529 PBoolean PSSLCertificate::Load(const PFilePath & certFile, PSSLFileTypes fileType) in Load()
615 PSSLDiffieHellman::PSSLDiffieHellman(const PFilePath & dhFile, in PSSLDiffieHellman()
677 PBoolean PSSLDiffieHellman::Load(const PFilePath & dhFile, in Load()
[all …]
H A Dvxml.cxx671 PFilePath & dataFn) in Get()
713 const PFilePath & fn, in Put()
714 PFilePath & dataFn) in Put()
743 PFilePath fn; in GetRandomFilename()
823 PFilePath file = source; in Load()
1562 PFilePath fn; in PlayElement()
1659 PFilePath dataFn; in ConvertTextToFilenameList()
1670 PFilePath tmpfname; in ConvertTextToFilenameList()
3023 PFilePath path;
3027 std::vector<PFilePath> filenames;
[all …]
/dports/devel/ptlib/ptlib-2.10.11/include/ptlib/msos/ptlib/
H A Dsound_win32.h82 PBoolean CreateWaveFile(const PFilePath & filename,
85 PBoolean OpenWaveFile(const PFilePath & filename,
89 PBoolean Open(const PFilePath & filename, DWORD dwOpenFlags, LPMMIOINFO lpmmioinfo = NULL);
163 PBoolean PlayFile(const PFilePath & filename, PBoolean wait);
167 PBoolean RecordFile(const PFilePath & filename);

1234567