Searched refs:new_file_path (Results 1 – 2 of 2) sorted by relevance
34 /*out*/char *new_file_path, in GetPathAssumingFileIsRelativeToExec() argument40 internal_strncat(new_file_path, exec.data(), in GetPathAssumingFileIsRelativeToExec()42 internal_strncat(new_file_path, file_path, in GetPathAssumingFileIsRelativeToExec()43 new_file_path_size - internal_strlen(new_file_path) - 1); in GetPathAssumingFileIsRelativeToExec()55 InternalScopedString new_file_path(kMaxPathLength); in ParseFromFile() local57 GetPathAssumingFileIsRelativeToExec(filename, new_file_path.data(), in ParseFromFile()58 new_file_path.size())) { in ParseFromFile()59 filename = new_file_path.data(); in ParseFromFile()
176 for new_file_path in new_file_paths:177 mime_type = mime_type_from_path(new_file_path)179 print "svn propset svn:mime-type '%s' '%s'" % (mime_type, new_file_path)