Home
last modified time | relevance | path

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

/external/freetype/src/tools/
Dchktrcmp.py59 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 ) ]