Home
last modified time | relevance | path

Searched defs:binary_path (Results 1 – 11 of 11) sorted by relevance

/external/oss-fuzz/infra/base-images/base-sanitizer-libs-builder/
Dpatch_build.py36 def Ldd(binary_path): argument
71 def PatchBinary(binary_path, instrumented_dir): argument
/external/angle/scripts/
Dupdate_canary_angle.py30 binary_path = os.path.join(path, binary_name) variable
/external/bcc/src/cc/api/
DBPF.cc193 StatusTuple BPF::attach_uprobe(const std::string& binary_path, in attach_uprobe()
395 StatusTuple BPF::detach_uprobe(const std::string& binary_path, in detach_uprobe()
594 StatusTuple BPF::check_binary_symbol(const std::string& binary_path, in check_binary_symbol()
653 std::string BPF::get_uprobe_event(const std::string& binary_path, in get_uprobe_event()
715 USDT::USDT(const std::string& binary_path, const std::string& provider, in USDT()
733 USDT::USDT(const std::string& binary_path, pid_t pid, in USDT()
/external/grpc-grpc/test/cpp/interop/
Dinterop_test.cc50 char* binary_path; in test_client() local
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_testlib.cc34 Status TestCluster::MakeTestCluster(const string& binary_path, in MakeTestCluster()
/external/tensorflow/tensorflow/stream_executor/gpu/
Dasm_compiler.cc163 std::string binary_path; in findCudaExecutable() local
362 std::string binary_path = in findRocmExecutable() local
/external/strace/
Dmmap_cache.c131 char binary_path[sizeof(buffer)]; in mmap_cache_rebuild_if_invalid() local
/external/llvm-project/compiler-rt/lib/asan/scripts/
Dasan_symbolize.py625 def filter_binary_path(self, binary_path): argument
691 def filter_binary_path(self, binary_path): argument
959 def filter_binary_path(self, binary_path): argument
/external/bcc/src/cc/
Dlibbpf.c969 const char *ev_name, const char *binary_path, in bpf_attach_uprobe()
/external/perfetto/src/profiling/symbolizer/
Dlocal_symbolizer.cc42 std::vector<std::string> binary_path, in LocalSymbolizerOrDie()
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dlldbtest.py1670 def signBinary(self, binary_path): argument