Searched refs:altpath (Results 1 – 2 of 2) sorted by relevance
142 char *altpath = __libdw_filepath (dbg->debugdir, NULL, altname); in find_debug_altlink() local143 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()
40 static const char *altpath; /* Alternate path to file_contexts */ variable178 altpath = NULL;430 altpath = argv[optind];438 r_opts.selabel_opt_path = altpath;