Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/
Dbuild.py348 def to_gn_string(s): function
352 return '[%s]' % ','.join([to_gn_string(s) for s in strs])
361 v = to_gn_string(v)