OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxPathSize
(Results
1 - 5
of
5
) sorted by null
/external/freetype/include/freetype/
ftmac.h
182
/*
maxPathSize
:: Lengths of the buffer `path' that client allocated. */
192
UInt32
maxPathSize
,
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftmac.h
181
/*
maxPathSize
:: Lengths of the buffer `path' that client allocated. */
191
UInt32
maxPathSize
,
/external/freetype/builds/mac/
ftmac.c
363
UInt32
maxPathSize
,
368
FT_UNUSED(
maxPathSize
);
379
UInt32
maxPathSize
,
390
if ( noErr != FSRefMakePath( &ref, path,
maxPathSize
) )
536
UInt32
maxPathSize
)
545
FT_MEM_SET( path, 0,
maxPathSize
);
553
if ( node_namelen + child_namelen >
maxPathSize
)
[
all
...]
/external/freetype/src/base/
ftmac.c
224
UInt32
maxPathSize
,
238
if ( noErr != FSRefMakePath( &ref, path,
maxPathSize
) )
[
all
...]
/external/python/cpython2/Mac/Modules/file/
_Filemodule.c
[
all
...]
Completed in 765 milliseconds