Searched refs:newpath (Results 1 – 1 of 1) sorted by relevance
119 char *newpath = nullptr; in defaultcon() local124 newpath = canonicalize_filename_mode (path, CAN_MISSING); in defaultcon()125 if (! newpath) in defaultcon()127 path = newpath; in defaultcon()163 free (newpath); in defaultcon()288 char *newpath = nullptr; in restorecon() local295 newpath = canonicalize_filename_mode (path, CAN_MISSING); in restorecon()296 if (! newpath) in restorecon()298 path = newpath; in restorecon()305 free (newpath); in restorecon()[all …]