コード例 #1
0
ファイル: runtestsb2g.py プロジェクト: Antonius32/Pale-Moon
 def pushLibs(self):
     if not self.options.use_device_libs:
         count = XPCShellRemote.pushLibs(self)
         if not count:
             # couldn't find any libs, fallback to device libs
             self.env['LD_LIBRARY_PATH'] = '/system/b2g'
             self.options.use_device_libs = True
コード例 #2
0
 def pushLibs(self):
     if not self.options.use_device_libs:
         count = XPCShellRemote.pushLibs(self)
         if not count:
             # couldn't find any libs, fallback to device libs
             self.env['LD_LIBRARY_PATH'] = '/system/b2g'
             self.options.use_device_libs = True
コード例 #3
0
 def pushLibs(self):
     if not self.options.use_device_libs:
         XPCShellRemote.pushLibs(self)
コード例 #4
0
ファイル: runtestsb2g.py プロジェクト: LyeSS/mozilla-central
 def pushLibs(self):
     if not self.options.use_device_libs:
         XPCShellRemote.pushLibs(self)