Searched refs:m_filePath (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DCFile.cpp195 return m_filePath;
231 m_filePath = fileName;
258 m_filePath = m_filePath.AppendExt(wxT(".new"));
273 m_fd = _wopen(m_filePath.GetRaw().c_str(), flags, accessMode);
275 Unicode2CharBuf tmpFileName = filename2char(m_filePath.GetRaw());
279 syscall_check(m_fd != fd_invalid, m_filePath, wxT("opening file"));
287 if (!Open(m_filePath, mode)) {
298 syscall_check(closed, m_filePath, wxT("closing file"));
303 CPath filePathTemp(m_filePath);
[all...]
H A DCFile.h204 CPath m_filePath; member in class:CFile
H A DKnownFile.h179 const CPath& GetFilePath() const { return m_filePath; }
332 CPath m_filePath; member in class:CKnownFile
H A DThreadTasks.cpp122 knownfile->m_filePath = m_path;
H A DKnownFile.cpp493 m_filePath = filePath;
H A DPartFile.cpp328 m_filePath = in_directory;
329 m_fullname = m_filePath.JoinPaths(m_partmetfilename);
722 CThreadScheduler::AddTask(new CHashingTask(m_filePath, partFileName, this));
H A Damule-remote-gui.cpp1033 file->m_filePath = CPath(fileName);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dfiledlgg.cpp191 m_filePath = filePath;
208 m_filePath = fileData.GetFilePath();
226 if ((m_fileName == wxT("..")) && (m_filePath.length() <= 5))
238 DWORD fileAttribs = GetFileAttributes(m_filePath.fn_str());
242 wxSplitPath(m_filePath, & p, & f, & ext);
248 HANDLE fileHandle = CreateFile(m_filePath.fn_str(),
262 m_dateTime = wxFileModificationTime(m_filePath);
271 lstat( m_filePath.fn_str(), &buff );
277 wxStat( m_filePath.fn_str() , &buff );
279 wxStat( m_filePath,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dfiledlgg.h183 wxString GetFilePath() const { return m_filePath; }
235 wxString m_filePath; member in class:wxFileData

Completed in 166 milliseconds