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