Home
last modified time | relevance | path

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

/external/chromium_org/tools/grit/grit/format/
Dresource_map.py20 return partial(_FormatSource, _GetItemName)
22 return partial(_FormatSource, _GetItemPath)
105 def _FormatSource(get_key, root, lang, output_dir): function