HomeSort by relevance Sort by last modified time
    Searched refs:so_file (Results 1 - 6 of 6) sorted by null

  /bionic/libc/tools/
check-symbols.py 45 so_file = '%s/system/%s/%s.so' % (os.environ['ANDROID_PRODUCT_OUT'], lib_dir, library)
57 for line in subprocess.check_output(['readelf', '-W', '--dyn-syms', so_file]).split('\n'):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_build_ext.py 292 so_file = cmd.get_outputs()[0]
295 self.assertTrue(os.path.exists(so_file))
296 self.assertEqual(os.path.splitext(so_file)[-1],
298 so_dir = os.path.dirname(so_file)
303 so_file = cmd.get_outputs()[0]
304 self.assertTrue(os.path.exists(so_file))
305 self.assertEqual(os.path.splitext(so_file)[-1],
307 so_dir = os.path.dirname(so_file)
  /external/python/cpython2/Lib/distutils/tests/
test_build_ext.py 293 so_file = cmd.get_outputs()[0]
296 self.assertTrue(os.path.exists(so_file))
297 self.assertEqual(os.path.splitext(so_file)[-1],
299 so_dir = os.path.dirname(so_file)
304 so_file = cmd.get_outputs()[0]
305 self.assertTrue(os.path.exists(so_file))
306 self.assertEqual(os.path.splitext(so_file)[-1],
308 so_dir = os.path.dirname(so_file)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_ext.py 299 so_file = cmd.get_outputs()[0]
302 self.assertTrue(os.path.exists(so_file))
303 self.assertEqual(os.path.splitext(so_file)[-1],
305 so_dir = os.path.dirname(so_file)
310 so_file = cmd.get_outputs()[0]
311 self.assertTrue(os.path.exists(so_file))
312 self.assertEqual(os.path.splitext(so_file)[-1],
314 so_dir = os.path.dirname(so_file)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_ext.py 299 so_file = cmd.get_outputs()[0]
302 self.assertTrue(os.path.exists(so_file))
303 self.assertEqual(os.path.splitext(so_file)[-1],
305 so_dir = os.path.dirname(so_file)
310 so_file = cmd.get_outputs()[0]
311 self.assertTrue(os.path.exists(so_file))
312 self.assertEqual(os.path.splitext(so_file)[-1],
314 so_dir = os.path.dirname(so_file)
  /development/vndk/tools/header-checker/header-abi-linker/src/
header_abi_linker.cpp 68 static llvm::cl::opt<std::string> so_file(
78 const std::string &so_file,
83 version_script_(version_script), so_file_(so_file),
352 so_file, linked_dump, arch, api);

Completed in 269 milliseconds