Searched refs:depot_filename (Results 1 – 1 of 1) sorted by relevance
139 def _buildp4command(self, ud, d, command, depot_filename=None): argument161 if depot_filename:164 filename = depot_filename.lstrip('/')168 filename = depot_filename[depot_filename.rfind(modulepath):]171 filename = depot_filename[len(ud.path)-1:]174 filename = depot_filename[depot_filename.rfind('/'):]181 if depot_filename is not None:182 p4cmd = '%s%s print -o "p4/%s" "%s"' % (ud.basecmd, p4opt, filename, depot_filename)