Home
last modified time | relevance | path

Searched refs:sanitize_str (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/kernel/fs/read_all/
Dread_all.c183 static void sanitize_str(char *buf, ssize_t count) in sanitize_str() function
221 sanitize_str(buf, count); in read_test()
/external/bcc/src/cc/api/
DBPF.cc49 std::string sanitize_str(std::string str, bool (*validator)(char), in sanitize_str() function
619 res += sanitize_str(kernel_func, &BPF::kprobe_event_validator); in get_kprobe_event()
656 res += sanitize_str(binary_path, &BPF::uprobe_path_validator); in get_uprobe_event()