Searched refs:hardpath (Results 1 – 3 of 3) sorted by relevance
433 char *hardpath; in safe_location() local448 hardpath = xcanonicalize_file_name (current_parsed_root->directory); in safe_location()509 hardpath_len = strlen (hardpath); in safe_location()511 && strncmp (current, hardpath, hardpath_len) == 0) in safe_location()527 free (hardpath); in safe_location()
1938 char *hardpath = canonicalize_file_name (path); in xcanonicalize_file_name() local1939 if (!hardpath) in xcanonicalize_file_name()1941 return hardpath; in xcanonicalize_file_name()
905 because it textually starts with hardpath; insist that it be906 hardpath or a subdirectory thereof.3651 * checkout.c (safe_location): put assignment to hardpath[x] in an