Searched refs:try_open (Results 1 - 5 of 5) sorted by relevance
/third_party/elfutils/libdwfl/ |
H A D | find-debuginfo.c | 43 try_open (const struct stat *main_stat, in try_open() function 296 int fd = try_open (&main_stat, dir, subdir, file, &fname); in find_debuginfo_in_path() 298 fd = try_open (&main_stat, dir, subdir, file_basename, &fname); in find_debuginfo_in_path() 308 fd = try_open (&main_stat, dir, ".dwz", in find_debuginfo_in_path()
|
/third_party/ltp/testcases/kernel/security/prot_hsymlinks/ |
H A D | prot_hsymlinks.c | 163 static int try_open(const char *name, int mode); 478 int can_write = try_open(ufile->path, O_WRONLY) == 0; in create_check_hlinks() 538 if (try_open(name, o_modes[mode]) != -1) in try_symlink() 545 static int try_open(const char *name, int mode) in try_open() function
|
/third_party/alsa-lib/src/mixer/ |
H A D | simple_abst.c | 63 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/ |
H A D | fusermount.c | 552 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()
|
/third_party/libfuse/util/ |
H A D | fusermount.c | 1083 static int try_open(const char *dev, char **devp, int silent) in try_open() function 1109 fd = try_open(FUSE_DEV, devp, 0); in try_open_fuse_device()
|
Completed in 6 milliseconds