Searched refs:path_to_open (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/file_cmds-230/pax/
H A Dfile_subs.c86 char *path_to_open; local
115 path_to_open = arcn->name;
125 if ((fd = open(path_to_open, O_WRONLY | O_CREAT | O_TRUNC,
129 record_pax_invalid_action_results(arcn, path_to_open);
143 if (nodirs || chk_path(path_to_open,arcn->sb.st_uid,arcn->sb.st_gid,
149 if (new_path) path_to_open = new_path; /* try again */

Completed in 109 milliseconds