Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/
H A Dcreate_manifest3.py327 check_path = pymodule_dep variable
329 check_path = os.path.dirname(pymodule_dep) variable
330 if folder in check_path :
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A Drfc931.diff26 /* check_path - examine accessibility */
H A D10_usagi-ipv6.patch644 extern int check_path();
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dlibbpf.c7394 static int check_path(const char *path) in check_path() function
7434 err = check_path(path); in bpf_program__pin_instance()
7465 err = check_path(path); in bpf_program__unpin_instance()
7496 err = check_path(path); in bpf_program__pin()
7558 err = check_path(path); in bpf_program__unpin()
7640 err = check_path(map->pin_path); in bpf_map__pin()
7682 err = check_path(path); in bpf_map__unpin()
9241 err = check_path(path); in bpf_link__pin()
/OK3568_Linux_fs/kernel/kernel/locking/
H A Dlockdep.c2078 check_path(struct held_lock *target, struct lock_list *src_entry, in check_path() function
2111 ret = check_path(target, &src_entry, hlock_conflict, &target_entry); in check_noncircular()
2160 ret = check_path(target, &src_entry, hlock_equal, &target_entry); in check_redundant()