Searched defs:tempdir (Results 1 – 7 of 7) sorted by relevance
82 def build_gn_with_ninja_manually(tempdir): argument
171 def run_cmd(self, tempdir): argument
116 ScopedTempDir tempdir; in TEST() local140 ScopedTempDir tempdir; in TEST() local
460 base::FilePath tempdir( in TEST_F() local
698 base::FilePath tempdir; in InitializeNewJob() local
1343 def tempdir(self, path=None): member in TestCmd
511 public DefaultTempFile(String tempdir) throws IOException { in DefaultTempFile()