Searched refs:fullPath (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/morefile/
H A DFullPath.c99 Handle *fullPath)
105 *fullPath = NULL;
110 result = FSpGetFullPath(&spec, fullPathLength, fullPath);
120 Handle *fullPath)
128 *fullPath = NULL;
156 result = PtrToHand(&tempSpec.name[1], fullPath, tempSpec.name[0]);
180 result = PtrToHand(&tempSpec.name[1], fullPath, tempSpec.name[0]);
198 /* Add directory name to beginning of fullPath */
199 (void) Munger(*fullPath, 0, NULL, 0, &tempSpec.name[1], tempSpec.name[0]);
211 *fullPathLength = GetHandleSize(*fullPath);
95 GetFullPath(short vRefNum, long dirID, ConstStr255Param name, short *fullPathLength, Handle *fullPath) argument
118 FSpGetFullPath(const FSSpec *spec, short *fullPathLength, Handle *fullPath) argument
230 FSpLocationFromFullPath(short fullPathLength, const void *fullPath, FSSpec *spec) argument
262 LocationFromFullPath(short fullPathLength, const void *fullPath, short *vRefNum, long *parID, Str31 name) argument
[all...]
H A DFullPath.h115 Handle * fullPath);
121 fullPath and the length of the full pathname is returned in
123 fullPath handle.
136 fullPath output: A handle to the newly created full pathname
138 full pathname, it sets fullPath to NULL.
145 fnfErr -43 File or directory does not exist (fullPath
164 Handle * fullPath);
170 fullPath and the length of the full pathname is returned in
172 fullPath handle.
191 fullPath outpu
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/morefile/
H A DFullPath.c99 Handle *fullPath)
105 *fullPath = NULL;
110 result = FSpGetFullPath(&spec, fullPathLength, fullPath);
120 Handle *fullPath)
128 *fullPath = NULL;
156 result = PtrToHand(&tempSpec.name[1], fullPath, tempSpec.name[0]);
180 result = PtrToHand(&tempSpec.name[1], fullPath, tempSpec.name[0]);
198 /* Add directory name to beginning of fullPath */
199 (void) Munger(*fullPath, 0, NULL, 0, &tempSpec.name[1], tempSpec.name[0]);
211 *fullPathLength = GetHandleSize(*fullPath);
95 GetFullPath(short vRefNum, long dirID, ConstStr255Param name, short *fullPathLength, Handle *fullPath) argument
118 FSpGetFullPath(const FSSpec *spec, short *fullPathLength, Handle *fullPath) argument
230 FSpLocationFromFullPath(short fullPathLength, const void *fullPath, FSSpec *spec) argument
262 LocationFromFullPath(short fullPathLength, const void *fullPath, short *vRefNum, long *parID, Str31 name) argument
[all...]
H A DFullPath.h115 Handle * fullPath);
121 fullPath and the length of the full pathname is returned in
123 fullPath handle.
136 fullPath output: A handle to the newly created full pathname
138 full pathname, it sets fullPath to NULL.
145 fnfErr -43 File or directory does not exist (fullPath
164 Handle * fullPath);
170 fullPath and the length of the full pathname is returned in
172 fullPath handle.
191 fullPath outpu
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/source/
H A Dmacdir.c54 int fullPath; local
78 fullPath = false;
82 fullPath = true;
98 if (fullPath)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Durl.cpp288 wxString fullPath; local
292 fullPath += m_url;
295 fullPath += wxT("/");
297 fullPath += m_path;
300 fullPath += wxT("?") + m_query;
303 fullPath += wxT("#") + m_fragment;
305 wxInputStream *the_i_stream = m_protocol->GetInputStream(fullPath);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/macos/source/
H A Dmacstuff.c327 Handle *fullPath) /* Handle to path. */
333 *fullPath = NULL;
349 err = PtrToHand(&tempSpec.name[1], fullPath, tempSpec.name[0]);
379 err = PtrToHand(&tempSpec.name[1], fullPath, tempSpec.name[0]);
395 * directory name to beginning of fullPath.
400 (void) Munger(*fullPath, 0, NULL, 0, &tempSpec.name[1],
415 *length = GetHandleSize(*fullPath) - 1;
417 if ( *fullPath != NULL ) {
418 DisposeHandle(*fullPath);
420 *fullPath
324 FSpPathFromLocation( FSSpec *spec, int *length, Handle *fullPath) argument
807 FSpGetFullPath(const FSSpec *spec, short *fullPathLength, Handle *fullPath) argument
910 FSpLocationFromFullPath(short fullPathLength, const void *fullPath, FSSpec *spec) argument
939 GetFullPath(short vRefNum, long dirID, ConstStr255Param name, short *fullPathLength, Handle *fullPath) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DThreadTasks.cpp87 CPath fullPath = m_path.JoinPaths(m_filename); local
88 if (!file.Open(fullPath, CFile::read)) {
90 CFormat(wxT("Warning, failed to open file, skipping: %s")) % fullPath);
99 CFormat(wxT("Warning, failed to retrieve file-length, skipping: %s")) % fullPath);
105 CFormat(wxT("Warning, file is larger than supported size, skipping: %s")) % fullPath);
114 CFormat(wxT("Warning, 0-size file, skipping: %s")) % fullPath);
125 knownfile->m_lastDateChanged = CPath::GetModificationTime(fullPath);
656 CCompletionEvent::CCompletionEvent(bool errorOccured, const CPartFile* owner, const CPath& fullPath) argument
658 m_fullPath(fullPath),
H A DDirectoryTreeCtrl.cpp202 CPath fullPath = GetFullPath(hBranch).JoinPaths(item); local
211 if (IsShared(fullPath)) {
215 if (HasSharedSubdirectory(fullPath)) {
219 if (HasSubdirectories(fullPath)) {
H A DamuleAppCommon.cpp96 const wxString fullPath = ConfigDir + wxT("ED2KLinks"); local
97 if (!wxFile::Exists(fullPath)) {
102 CFileLock lock((const char*)unicode2char(fullPath));
104 wxTextFile file(fullPath);
H A DSharedFileList.cpp427 CPath fullPath = directory.JoinPaths(fname); local
429 if (!fullPath.FileExists()) {
431 CFormat(wxT("Shared file does not exist (possibly a broken link): %s")) % fullPath);
436 CFormat(wxT("Found shared file: %s")) % fullPath);
438 time_t fdate = CPath::GetModificationTime(fullPath);
439 sint64 fsize = fullPath.GetFileSize();
444 CFormat(wxT("Failed to retrieve modification time or size for '%s', skipping.")) % fullPath);
450 CFormat(wxT("Skip zero size file '%s'")) % fullPath);
H A DThreadTasks.h237 CCompletionEvent(bool errorOccured, const CPartFile* owner, const CPath& fullPath);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dmimetmac.cpp213 Handle *fullPath )
220 *fullPath = NULL;
248 result = PtrToHand(&tempSpec.name[1], fullPath, tempSpec.name[0]);
273 result = PtrToHand( &tempSpec.name[1], fullPath, tempSpec.name[0] );
293 // Add directory name to beginning of fullPath
294 (void)Munger(*fullPath, 0, NULL, 0, &tempSpec.name[1], tempSpec.name[0]);
307 *fullPathLength = GetHandleSize( *fullPath );
313 if ( *fullPath != NULL )
315 DisposeHandle( *fullPath );
316 *fullPath
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Dquaqua.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/randelshofer/ ch/randelshofer/quaqua/ ch/randelshofer/quaqua/border/ ...

Completed in 108 milliseconds