Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dapp_profiler.py35 NATIVE_LIBS_DIR_ON_DEVICE = '/data/local/tmp/native_libs/' variable
68 self.dir_on_device = NATIVE_LIBS_DIR_ON_DEVICE
233 if self.adb.run(['shell', 'ls', NATIVE_LIBS_DIR_ON_DEVICE, '>/dev/null', '2>&1']):
234 args += ['--symfs', NATIVE_LIBS_DIR_ON_DEVICE]