HomeSort by relevance Sort by last modified time
    Searched defs:split_lines (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tools/bit/
util.cpp 212 split_lines(vector<string>* result, const string& str) function
  /development/python-packages/adb/
device.py 54 out = split_lines(subprocess.check_output([adb_path, 'devices']))
216 def split_lines(s): function
283 self._features = split_lines(self._simple_call(['features']))
490 output = split_lines(output)
504 output = split_lines(self.shell(['getprop', prop_name])[0])

Completed in 643 milliseconds