Home
last modified time | relevance | path

Searched refs:DeletePrefix (Results 1 – 5 of 5) sorted by relevance

/external/bcc/src/cc/includes/
Dtable_storage.h93 size_t DeletePrefix(const Path &path);
/external/bcc/src/cc/
Dtable_storage.h93 size_t DeletePrefix(const Path &path);
Dtable_storage.cc41 size_t TableStorage::DeletePrefix(const Path &path) { in DeletePrefix() function in ebpf::TableStorage
Dbpf_module.cc141 ts_->DeletePrefix(Path({id_})); in ~BPFModule()
/external/bcc/src/cc/frontends/clang/
Dloader.cc211 ts.DeletePrefix(Path({id})); in parse()