Home
last modified time | relevance | path

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

/external/libcxx/utils/libcxx/sym_check/
Dextract.py184 def extract_symbols(lib_file): argument
194 return extractor.extract(lib_file)
/external/sonivox/jet_tools/JetCreator/
DJetFile.py485 lib_file = (open(library,'rb'))
486 lib_file.seek(0,2)
487 file_size = lib_file.tell()
488 lib_file.seek(0)
495 output_file.write(lib_file.read())
496 lib_file.close()
/external/python/cpython2/Lib/distutils/
Dcygwinccompiler.py210 lib_file = os.path.join(temp_dir, 'lib' + dll_name + ".a")
225 extra_preargs.extend(["--output-lib", lib_file])
Dccompiler.py1087 lib_file = compiler.find_library_file([lib_dir], lib_name)
1088 if lib_file is not None:
1089 lib_opts.append(lib_file)