Home
last modified time | relevance | path

Searched refs:FSCreateDirectoryUnicode (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/snes9x-gtk/snes9x-1.54.1/macosx/
H A Dmac-file.cpp305 …err = FSCreateDirectoryUnicode(&pref, CFStringGetLength(fstr), buffer, kFSCatInfoNone, NULL, folde… in FindSNESFolder()
338 err = FSCreateDirectoryUnicode(&p2ref, 6, s9xfolder, kFSCatInfoNone, NULL, &p1ref, NULL, NULL); in FindApplicationSupportFolder()
350 …err = FSCreateDirectoryUnicode(&p1ref, CFStringGetLength(fstr), buffer, kFSCatInfoNone, NULL, fold… in FindApplicationSupportFolder()
387 …err = FSCreateDirectoryUnicode(&pref, CFStringGetLength(fstr), buffer, kFSCatInfoNone, NULL, folde… in FindCustomFolder()
/dports/games/libretro-snes9x/snes9x-73aa348/macosx/
H A Dmac-file.cpp131 …err = FSCreateDirectoryUnicode(&pref, CFStringGetLength(fstr), buffer, kFSCatInfoNone, NULL, folde… in FindSNESFolder()
164 err = FSCreateDirectoryUnicode(&p2ref, 6, s9xfolder, kFSCatInfoNone, NULL, &p1ref, NULL, NULL); in FindApplicationSupportFolder()
176 …err = FSCreateDirectoryUnicode(&p1ref, CFStringGetLength(fstr), buffer, kFSCatInfoNone, NULL, fold… in FindApplicationSupportFolder()
213 …err = FSCreateDirectoryUnicode(&pref, CFStringGetLength(fstr), buffer, kFSCatInfoNone, NULL, folde… in FindCustomFolder()
/dports/lang/python27/Python-2.7.18/Mac/Modules/file/
H A D_Filemodule.c1672 _err = FSCreateDirectoryUnicode(&_self->ob_itself, in FSRef_FSCreateDirectoryUnicode()
/dports/lang/python-legacy/Python-2.7.18/Mac/Modules/file/
H A D_Filemodule.c1672 _err = FSCreateDirectoryUnicode(&_self->ob_itself, in FSRef_FSCreateDirectoryUnicode()
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DFiles.pas2304 function FSCreateDirectoryUnicode( const (*var*) parentRef: FSRef; nameLength: UniCharCount; name: … in FSCreateDirectoryUnicode() function