HomeSort by relevance Sort by last modified time
    Searched refs:_source_dir (Results 1 - 3 of 3) sorted by null

  /external/autotest/client/profilers/pgo/
pgo.py 29 self._source_dir = source_dir
34 if os.path.exists(self._source_dir):
35 shutil.rmtree(self._source_dir)
41 if os.path.isdir(self._source_dir):
44 tar.add(self._source_dir, arcname='chrome', recursive=True)
51 logging.error('PGO dir: %s not found', self._source_dir)
  /external/pdfium/tools/drmemory/scripts/
pdfium_tests.py 57 self._source_dir = os.path.dirname(os.path.dirname(script_dir))
70 self._source_dir = os.path.abspath(self._source_dir).replace('\\', '/')
71 self._command_preamble = ["--source-dir=%s" % (self._source_dir)]
75 os.path.join(self._source_dir, "xcodebuild", "Debug"),
76 os.path.join(self._source_dir, "out", "Debug"),
77 os.path.join(self._source_dir, "build", "Debug"),
191 readable_filename = readable_filename.replace(self._source_dir, "")[1:]
295 script = os.path.join(self._source_dir, "testing", "tools", script_name)
valgrind_test.py 139 self._source_dir = self._options.source_dir

Completed in 262 milliseconds