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

  /external/chromium_org/tools/find_runtime_symbols/
prepare_symbol_info.py 148 binary_path = entry.name
151 binary_path = entry.name.replace(target_path, host_path, 1)
153 'nm -n --format bsd %s | c++filt' % binary_path,
154 output_dir_path, os.path.basename(binary_path), '.nm')
158 'readelf -eW %s' % binary_path,
159 output_dir_path, os.path.basename(binary_path), '.readelf-e')
165 'readelf -wL %s | %s' % (binary_path, REDUCE_DEBUGLINE_PATH),
166 output_dir_path, os.path.basename(binary_path), '.readelf-wL')
179 files[entry.name]['size'] = os.stat(binary_path).st_size
181 with open(binary_path, 'rb') as entry_f
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
debug.hpp 54 unit_test::const_string binary_path; member in struct:boost::debug::dbg_startup_info
  /external/chromium_org/chrome/test/functional/
webrtc_test_base.py 201 binary_path = os.path.join(self.BrowserPath(), 'peerconnection_server')
202 binary_path = self.BinPathForPlatform(binary_path)
204 if not os.path.exists(binary_path):
210 self._server_process = subprocess.Popen(binary_path)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
filesystem_unittest.py 253 binary_path = None
259 binary_path = tempfile.mktemp(prefix='tree_unittest_')
264 fs.write_binary_file(binary_path, hex_equivalent)
265 text_contents = fs.read_text_file(binary_path)
270 if binary_path and fs.isfile(binary_path):
271 os.remove(binary_path)

Completed in 184 milliseconds