Lines Matching refs:path
54 VERSION_FILE = os.path.join("include", "v8-version.h")
59 V8_BASE = os.path.dirname(
60 os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
65 path_to_depot_tools = os.path.join(V8_BASE, 'third_party', 'depot_tools')
321 os.path.join(self._options.work_dir, "v8"))
344 if not self._state and os.path.exists(state_file):
452 if not os.path.exists(os.path.join(cwd, ".git")): # pragma: no cover
483 if os.path.isfile(f):
485 if os.path.isdir(f):
494 for line in LinesInFile(os.path.join(self.default_cwd, VERSION_FILE)):
650 if os.path.realpath(self.default_cwd) == os.path.realpath(V8_BASE):
653 if not os.path.exists(self._options.work_dir):
655 if not os.path.exists(self.default_cwd):
782 state_dir = os.path.dirname(self._config["PERSISTFILE_BASENAME"])
783 if not os.path.exists(state_dir):
787 if options.step == 0 and os.path.exists(state_file):