/aosp_15_r20/external/bcc/tests/cc/ |
H A D | test_usdt_probes.cc | 196 static int probe_num_locations(const char *bin_path, const char *func_name) { in probe_num_locations() 209 static int probe_num_arguments(const char *bin_path, const char *func_name) { in probe_num_arguments() 261 auto bin_path = probe->bin_path(); variable 284 auto bin_path = probe->bin_path(); variable 304 auto bin_path = probe->bin_path().c_str(); variable 334 auto bin_path = probe->bin_path(); variable
|
/aosp_15_r20/external/bcc/src/cc/usdt/ |
H A D | usdt.cc | 35 Location::Location(uint64_t addr, const std::string &bin_path, const char *arg_fmt) in Location() 58 Probe::Probe(const char *bin_path, const char *provider, const char *name, in Probe() 70 bool Probe::in_shared_object(const std::string &bin_path) { in in_shared_object() 77 bool Probe::resolve_global_address(uint64_t *global, const std::string &bin_path, in resolve_global_address() 232 void Probe::add_location(uint64_t addr, const std::string &bin_path, const char *fmt) { in add_location() 290 std::string Context::resolve_bin_path(const std::string &bin_path) { in resolve_bin_path() 404 Context::Context(const std::string &bin_path, uint8_t mod_match_inode_only) in Context() 431 Context::Context(int pid, const std::string &bin_path, in Context()
|
/aosp_15_r20/external/bcc/src/cc/ |
H A D | bcc_usdt.h | 32 const char *bin_path; member 43 const char *bin_path; member
|
H A D | usdt.h | 283 const std::string &bin_path() { return bin_path_; } in bin_path() function
|
/aosp_15_r20/external/bcc/src/cc/includes/ |
H A D | bcc_usdt.h | 32 const char *bin_path; member 43 const char *bin_path; member
|
H A D | usdt.h | 283 const std::string &bin_path() { return bin_path_; } in bin_path() function
|
/aosp_15_r20/external/ltp/testcases/misc/math/float/ |
H A D | main.c | 82 int generate(char *datadir, char *bin_path) in generate() 106 char *bin_path, *ltproot; in main() local
|
/aosp_15_r20/external/brotli/scripts/dictionary/ |
H A D | step-03-validate-bin.py | 8 bin_path = "dictionary.bin" variable
|
H A D | step-02-rfc-to-bin.py | 29 bin_path = "dictionary.bin" variable
|
H A D | step-04-generate-java-literals.py | 18 bin_path = "dictionary.bin" variable
|
/aosp_15_r20/external/sandboxed-api/sandboxed_api/ |
H A D | testing.cc | 29 absl::string_view bin_path) { in CreateDefaultPermissiveTestPolicy()
|
/aosp_15_r20/external/ltp/testcases/misc/math/float/bessel/ |
H A D | genbessel.c | 72 char *funct, *bin_path; in main() local
|
/aosp_15_r20/external/ltp/testcases/misc/math/float/power/ |
H A D | genpower.c | 68 char *funct, *bin_path; in main() local
|
/aosp_15_r20/external/ltp/testcases/misc/math/float/exp_log/ |
H A D | genexp_log.c | 68 char *funct, *bin_path; in main() local
|
/aosp_15_r20/external/ltp/testcases/misc/math/float/iperb/ |
H A D | geniperb.c | 72 char *funct, *bin_path; in main() local
|
/aosp_15_r20/external/ltp/testcases/misc/math/float/trigo/ |
H A D | gentrigo.c | 69 char *funct, *bin_path; in main() local
|
/aosp_15_r20/prebuilts/asuite/ |
H A D | release_checker.py | 62 def _is_executable(bin_path): argument
|
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/ |
H A D | global_forkclient.cc | 152 std::string bin_path = absl::GetFlag(FLAGS_sandbox2_forkserver_binary_path); in StartGlobalForkServer() local
|
H A D | namespace_test.cc | 71 const std::string& bin_path, std::initializer_list<std::string> args, in RunSandboxeeWithArgsAndPolicy()
|
/aosp_15_r20/external/bcc/libbpf-tools/ |
H A D | funclatency.c | 259 char bin_path[PATH_MAX]; in attach_uprobes() local
|
/aosp_15_r20/external/crosvm/tests/ |
H A D | plugins.rs | 137 let bin_path = build_plugin(src); in test_plugin() localVariable
|
/aosp_15_r20/external/tensorflow/tensorflow/tsl/platform/windows/ |
H A D | env.cc | 175 string bin_path = this->GetExecutablePath(); in GetRunfilesDir() local
|
/aosp_15_r20/external/tensorflow/tensorflow/tsl/platform/default/ |
H A D | env.cc | 207 string bin_path = this->GetExecutablePath(); in GetRunfilesDir() local
|
/aosp_15_r20/system/core/init/ |
H A D | init.cpp | 467 const std::string bin_path = "/apex/" + apex_name + "/bin"; in UpdateApexLinkerConfig() local
|
/aosp_15_r20/external/bcc/src/python/bcc/ |
H A D | __init__.py | 381 def find_exe(bin_path): argument
|