Searched refs:auxv_path (Results 1 – 1 of 1) sorted by relevance
258 char auxv_path[NAME_MAX]; in ReadAuxv() local259 if (!BuildProcPath(auxv_path, pid_, "auxv")) { in ReadAuxv()263 int fd = sys_open(auxv_path, O_RDONLY, 0); in ReadAuxv()