Searched refs:src_pathname (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/tools/ |
D | chktrcmp.py | 59 src_pathname = os.path.join( p, f ) variable 62 for src_line in open( src_pathname, 'r' ): 68 USED_COMPONENT[component_name].append( "%s:%d" % ( src_pathname, line_num ) ) 70 USED_COMPONENT[component_name] = [ "%s:%d" % ( src_pathname, line_num ) ]
|
/third_party/flutter/skia/third_party/externals/freetype/src/tools/ |
D | chktrcmp.py | 59 src_pathname = os.path.join( p, f ) variable 62 for src_line in open( src_pathname, 'r' ): 68 USED_COMPONENT[component_name].append( "%s:%d" % ( src_pathname, line_num ) ) 70 USED_COMPONENT[component_name] = [ "%s:%d" % ( src_pathname, line_num ) ]
|
/third_party/freetype/src/tools/ |
D | chktrcmp.py | 59 src_pathname = os.path.join( p, f ) variable 62 for src_line in open( src_pathname, 'r' ): 68 USED_COMPONENT[component_name].append( "%s:%d" % ( src_pathname, line_num ) ) 70 USED_COMPONENT[component_name] = [ "%s:%d" % ( src_pathname, line_num ) ]
|