OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:so_file
(Results
1 - 3
of
3
) 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'):
/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
)
Completed in 979 milliseconds