Searched refs:sanitized_path (Results 1 – 2 of 2) sorted by relevance
232 sanitized_path = os.path.join(dirpath, sanitized_filename)233 os.rename(path, sanitized_path)
462 char *sanitized_path = NULL; in get_ancestor_session_id() local479 sanitized_path = sanitize_path(path); in get_ancestor_session_id()480 if (sanitized_path == NULL) in get_ancestor_session_id()483 session_id = htab_hash(sanitized_path); in get_ancestor_session_id()484 safe_free(sanitized_path); in get_ancestor_session_id()