OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:base_file_len
(Results
1 - 2
of
2
) sorted by null
/external/freetype/src/base/
ftrfork.c
528
FT_Long
base_file_len
= (FT_Long)ft_strlen( base_file_name );
local
535
if (
base_file_len
+ 6 > FT_INT_MAX )
538
if ( FT_ALLOC( newpath,
base_file_len
+ 6 ) )
541
FT_MEM_COPY( newpath, base_file_name,
base_file_len
);
542
FT_MEM_COPY( newpath +
base_file_len
, "/rsrc", 6 );
564
FT_Long
base_file_len
= (FT_Long)ft_strlen( base_file_name );
local
571
if (
base_file_len
+ 18 > FT_INT_MAX )
574
if ( FT_ALLOC( newpath,
base_file_len
+ 18 ) )
577
FT_MEM_COPY( newpath, base_file_name,
base_file_len
);
578
FT_MEM_COPY( newpath +
base_file_len
, "/..namedfork/rsrc", 18 )
[
all
...]
/external/pdfium/third_party/freetype/src/base/
ftrfork.c
528
FT_Long
base_file_len
= (FT_Long)ft_strlen( base_file_name );
local
535
if (
base_file_len
+ 6 > FT_INT_MAX )
538
if ( FT_ALLOC( newpath,
base_file_len
+ 6 ) )
541
FT_MEM_COPY( newpath, base_file_name,
base_file_len
);
542
FT_MEM_COPY( newpath +
base_file_len
, "/rsrc", 6 );
564
FT_Long
base_file_len
= (FT_Long)ft_strlen( base_file_name );
local
571
if (
base_file_len
+ 18 > FT_INT_MAX )
574
if ( FT_ALLOC( newpath,
base_file_len
+ 18 ) )
577
FT_MEM_COPY( newpath, base_file_name,
base_file_len
);
578
FT_MEM_COPY( newpath +
base_file_len
, "/..namedfork/rsrc", 18 )
[
all
...]
Completed in 102 milliseconds