Lines Matching refs:path
210 version_file = os.path.join(TEST_CONFIG["DEFAULT_CWD"], VERSION_FILE)
211 if not os.path.exists(os.path.dirname(version_file)):
212 os.makedirs(os.path.dirname(version_file))
224 watchlists_file = os.path.join(TEST_CONFIG["DEFAULT_CWD"], WATCHLISTS_FILE)
225 if not os.path.exists(os.path.dirname(watchlists_file)):
226 os.makedirs(os.path.dirname(watchlists_file))
283 if os.path.exists(TEST_CONFIG["PERSISTFILE_BASENAME"]):
288 if os.path.isfile(name):
290 if os.path.isdir(name):
337 TextToFile("", os.path.join(TEST_CONFIG["DEFAULT_CWD"], ".git"))
432 TextToFile("", os.path.join(TEST_CONFIG["DEFAULT_CWD"], ".git"))
443 os.path.join(TEST_CONFIG["DEFAULT_CWD"], VERSION_FILE))
496 watchlists_content = FileToText(os.path.join(TEST_CONFIG["DEFAULT_CWD"],
558 json_output_file = os.path.join(TEST_CONFIG["CHROMIUM"], "out.json")
559 TextToFile(self.FAKE_DEPS, os.path.join(TEST_CONFIG["CHROMIUM"], "DEPS"))
588 json_output_file = os.path.join(TEST_CONFIG["CHROMIUM"], "out.json")
589 TextToFile(self.FAKE_DEPS, os.path.join(TEST_CONFIG["CHROMIUM"], "DEPS"))
590 TextToFile("", os.path.join(TEST_CONFIG["CHROMIUM"], ".git"))
592 os.makedirs(os.path.join(chrome_dir, "v8"))
596 os.path.join(chrome_dir, "DEPS"))
637 deps = FileToText(os.path.join(chrome_dir, "DEPS"))
679 TextToFile("", os.path.join(TEST_CONFIG["DEFAULT_CWD"], ".git"))
713 os.path.join(TEST_CONFIG["DEFAULT_CWD"], VERSION_FILE))
815 TextToFile("", os.path.join(TEST_CONFIG["DEFAULT_CWD"], ".git"))