Home
last modified time | relevance | path

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

/external/elfutils/libdw/
Ddwarf_getalt.c142 char *altpath = __libdw_filepath (dbg->debugdir, NULL, altname); in find_debug_altlink() local
143 if (altpath != NULL) in find_debug_altlink()
145 fd = TEMP_FAILURE_RETRY (open (altpath, O_RDONLY)); in find_debug_altlink()
146 free (altpath); in find_debug_altlink()
/external/selinux/policycoreutils/setfiles/
Dsetfiles.c40 static const char *altpath; /* Alternate path to file_contexts */ variable
178 altpath = NULL;
430 altpath = argv[optind];
438 r_opts.selabel_opt_path = altpath;