Searched refs:reproducer_path (Results 1 – 5 of 5) sorted by relevance
42 reproducer_path = os.path.join(tempfile.gettempdir(), input_hash)48 new_args.extend(['--replay', reproducer_path])51 '--capture', '--capture-path', reproducer_path,63 exit_code_path = os.path.join(reproducer_path, 'exit_code.txt')73 shutil.rmtree(reproducer_path, True)
60 reproducer_path = os.path.join(63 cmd.extend(['--capture-path', reproducer_path])65 cmd.extend(['--replay-path', reproducer_path])
151 FileSpec reproducer_path) { in GetLoaderFromPathOrCurrent() argument152 if (reproducer_path) { in GetLoaderFromPathOrCurrent()153 loader_storage.emplace(reproducer_path); in GetLoaderFromPathOrCurrent()
854 if (const char *reproducer_path = SBReproducer::GetPath()) { in InitializeReproducer() local858 finalize_cmd->append(reproducer_path); in InitializeReproducer()
310 if (FileSpec reproducer_path = Reproducer::Instance().GetReproducerPath()) in GetPath() local