Home
last modified time | relevance | path

Searched refs:path_to_binary (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/cronet/testing/libfuzzer/
H A Ddictionary_generator.py122 def GenerateDictionary(path_to_binary, path_to_spec, strategy, is_html=False): argument
124 for filepath in [path_to_binary, path_to_spec]:
129 words_from_binary = ExtractWordsFromBinary(path_to_binary)
/aosp_15_r20/external/skia/infra/bots/assets/bazel_build_task_driver/
H A Dcreate.py32 path_to_binary = os.path.join(SKIA_ROOT_DIR, 'bazel-bin', 'infra', 'bots', 'task_drivers',
34 shutil.copy(path_to_binary, target_dir)
/aosp_15_r20/external/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/
H A Dexternal_vad.py28 def __init__(self, path_to_binary, name): argument
36 self._path_to_binary = path_to_binary
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_mac.cc64 void GetArgV(const char *path_to_binary, in GetArgV() argument
67 argv[i++] = path_to_binary; in GetArgV()
H A Dsanitizer_symbolizer_libcdep.cc200 void GetArgV(const char *path_to_binary, in GetArgV() argument
228 argv[i++] = path_to_binary; in GetArgV()
H A Dsanitizer_symbolizer_posix_libcdep.cc227 void GetArgV(const char *path_to_binary, in GetArgV() argument
230 argv[i++] = path_to_binary; in GetArgV()
H A Dsanitizer_symbolizer_internal.h86 virtual void GetArgV(const char *path_to_binary, in GetArgV() argument