Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/security/prot_hsymlinks/
Dprot_hsymlinks.c163 static int try_open(const char *name, int mode);
482 int can_write = try_open(ufile->path, O_WRONLY) == 0; in create_check_hlinks()
542 if (try_open(name, o_modes[mode]) != -1) in try_symlink()
549 static int try_open(const char *name, int mode) in try_open() function
/third_party/alsa-lib/src/mixer/
Dsimple_abst.c63 static int try_open(snd_mixer_class_t *class, const char *lib) in try_open() function
163 return try_open(class, lib); in match()
167 return try_open(class, lib); in match()
/third_party/ntfs-3g/libfuse-lite/
Dfusermount.c552 static int try_open(const char *dev, char **devp) in try_open() function
582 fd = try_open(FUSE_DEV_NEW, devp); in open_fuse_device()