Home | History | Annotate | Download | only in ndk

Lines Matching full:libdir_name

780     libdir_name = 'lib'
784 libdir_name = 'lib64'
803 adb_cmd(False, ['pull', '/system/%s/libc.so' % libdir_name, pulled_libc], log_command=True)
804 log('Pulled /system/%s/libc.so from device/emulator.' % libdir_name)