Lines Matching refs:fullpath
301 fullpath = ["test", "foo"]
304 for subdir in fullpath:
343 fullpath = ["test", "build", "real", "path"]
344 path = os.path.join(self.directory, *fullpath)
348 stripdir = os.path.join(self.directory, *fullpath[:2])
351 expected_in = os.path.join(*fullpath[2:])
362 fullpath = ["test", "build", "real", "path"]
363 path = os.path.join(self.directory, *fullpath)
370 expected_in = os.path.join(prependdir, self.directory, *fullpath)
377 fullpath = ["test", "build", "real", "path"]
378 path = os.path.join(self.directory, *fullpath)
382 stripdir = os.path.join(self.directory, *fullpath[:2])
387 expected_in = os.path.join(prependdir, *fullpath[2:])
398 fullpath = ["test", "build", "real", "path", "ddir"]
399 path = os.path.join(self.directory, *fullpath)
840 fullpath = ["test", "build", "real", "path"]
841 path = os.path.join(self.directory, *fullpath)
845 stripdir = os.path.join(self.directory, *fullpath[:2])
849 expected_in = os.path.join(prependdir, *fullpath[2:])