Home
last modified time | relevance | path

Searched refs:cmd_bin_path (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/bcc/src/cc/
H A Dusdt.h323 const std::string & cmd_bin_path() const { return cmd_bin_path_; } in cmd_bin_path() function
/aosp_15_r20/external/bcc/src/cc/includes/
H A Dusdt.h323 const std::string & cmd_bin_path() const { return cmd_bin_path_; } in cmd_bin_path() function
/aosp_15_r20/external/bcc/src/cc/usdt/
H A Dusdt.cc542 std::string key = ctx->cmd_bin_path() + "*" + p->provider() + "*" + p->name(); in bcc_usdt_genargs()