Searched defs:fileRef (Results 1 - 1 of 1) sorted by relevance

/inkscape/packaging/macosx/ScriptExec/
H A Dmain.c96 static OSStatus FSMakePath(FSRef fileRef, unsigned char *path, long maxPathSize);
340 FSRef fileRef; local
352 if (! CFURLGetFSRef(scriptFileURL, &fileRef)) return NULL;
360 if (FSMakePath(fileRef, path, kMaxPathLength)) return NULL;
374 FSRef fileRef; local
386 if (! CFURLGetFSRef( openDocFileURL, &fileRef )) return NULL;
394 if (FSMakePath(fileRef, path, kMaxPathLength)) return NULL;
422 static OSStatus FSMakePath(FSRef fileRef, unsigned char *path, long maxPathSize) argument
425 return FSRefMakePath(&fileRef, path, maxPathSize);
488 FSRef fileRef; local
[all...]

Completed in 15 milliseconds