Home
last modified time | relevance | path

Searched refs:curdir (Results 1 – 25 of 55) sorted by relevance

123

/external/chromium_org/tools/vim/
Dchromium.ycm_extra_conf.py69 curdir = os.path.normpath(os.path.dirname(filename))
70 while not (PathExists(curdir, 'src') and PathExists(curdir, 'src', 'DEPS')
71 and (PathExists(curdir, '.gclient')
72 or PathExists(curdir, 'src', '.git'))):
73 nextdir = os.path.normpath(os.path.join(curdir, '..'))
74 if nextdir == curdir:
76 curdir = nextdir
77 return os.path.join(curdir, 'src')
/external/lldb/test/unittest2/
Dcompatibility.py15 def _relpath_nt(path, start=os.path.curdir):
40 return os.path.curdir
44 def _relpath_posix(path, start=os.path.curdir):
58 return os.path.curdir
/external/qemu/distrib/sdl-1.2.15/
Dsdl-config.in3 curdir=`dirname $0`
4 prefix=`dirname $curdir`
/external/skia/tools/
Dmerge_static_libs.py27 curdir = os.getcwd()
49 os.chdir(curdir)
Dmisc_utils.py142 if self._directory != os.curdir:
150 if self._directory != os.curdir:
Dadd_codereview_message.py108 default=os.curdir,
Droll_deps.py203 if config.skia_git_checkout_path != os.curdir:
224 if self._config.skia_git_checkout_path != os.curdir:
/external/chromium_org/third_party/skia/tools/
Dmerge_static_libs.py27 curdir = os.getcwd()
49 os.chdir(curdir)
/external/chromium_org/tools/json_schema_compiler/
Dpreview.py61 return os.path.normpath(os.curdir + path)
279 path = os.curdir
282 if not os.path.samefile(os.curdir, path):
/external/chromium_org/third_party/protobuf/python/
Dez_setup.py86 version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir,
127 version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir,
/external/protobuf/python/
Dez_setup.py78 version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir,
119 version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir,
/external/antlr/antlr-3.4/runtime/Python/
Dez_setup.py60 version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir,
101 version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir,
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
Dfiles.py12 self.relative_dir = self.abs_file(os.curdir) + os.sep
45 for path in [os.curdir] + sys.path:
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dfile.c275 char *curdir, *abspath; in yasm__abspath() local
277 curdir = yasm__getcwd(); in yasm__abspath()
278 abspath = yasm__combpath(curdir, path); in yasm__abspath()
279 yasm_xfree(curdir); in yasm__abspath()
/external/clang/utils/analyzer/
DSATestAdd.py37 CurDir = os.path.abspath(os.curdir)
DSATestBuild.py117 ProjectMapPath = os.path.join(os.path.abspath(os.curdir),
126 return os.path.join(os.path.abspath(os.curdir), ID)
/external/chromium_org/third_party/skia/platform_tools/android/gyp_gen/
Dgypd_parser.py101 if rel_include is os.curdir:
/external/skia/platform_tools/android/gyp_gen/
Dgypd_parser.py101 if rel_include is os.curdir:
/external/chromium_org/third_party/cython/src/Cython/Debugger/
DCygdb.py100 path_to_debug_info = os.curdir
/external/chromium_org/tools/profile_chrome/
Dchrome_controller.py105 host_file = os.path.join(os.path.curdir, os.path.basename(trace_file))
/external/chromium_org/third_party/skia/tools/bug_chomper/src/server/
Dserver.go46 var curdir, _ = filepath.Abs(".") var
360 http.Handle("/res/", http.FileServer(http.Dir(curdir)))
/external/skia/tools/bug_chomper/src/server/
Dserver.go46 var curdir, _ = filepath.Abs(".") var
360 http.Handle("/res/", http.FileServer(http.Dir(curdir)))
/external/chromium_org/third_party/cython/src/Cython/Compiler/
DCmdLine.py124 options.output_dir = os.curdir
/external/chromium_org/tools/symsrc/
Dsource_index.py63 thisdir = os.path.dirname(os.path.join(os.path.curdir, __file__))
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
Dperf_profiler.py40 rel_path = os.path.relpath(path, os.curdir)

123