Searched refs:base_dir (Results 1 – 7 of 7) sorted by relevance
38 self.base_dir = self.pdfium_dir39 one_up_dir = os.path.dirname(self.base_dir)43 self.base_dir = two_up_dir44 self.build_dir = os.path.join(self.base_dir, build_location)
9 base_dir=$(realpath $(dirname $0))24 src_dir=$base_dir/src28 cd $base_dir
156 const HChar *base_dir; in VG_() local161 base_dir = VG_(get_startup_wd)(); in VG_()264 len = VG_(strlen)(base_dir) + 1 + VG_(strlen)(out) + 1; in VG_()267 VG_(strcpy)(absout, base_dir); in VG_()
249 base_dir = os.path.dirname(output_filename)250 if not os.path.isdir(base_dir):251 os.makedirs(base_dir)
137 base_dir = args[0] variable139 app = StaticURLParser(base_dir)
19 >>> base_dir = os.path.dirname(os.path.dirname(webob.__file__))20 >>> doc_dir = os.path.join(base_dir, 'docs')
76 base_dir = args[0]78 app = StaticURLParser(base_dir)90 (``StaticURLParser(base_dir)``), wraps it with ``Commenter(app,