Searched refs:curdir (Results 1 - 25 of 53) sorted by relevance

123

/external/chromium_org/tools/vim/
H A 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/
H A 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/
H A Dsdl-config.in3 curdir=`dirname $0`
4 prefix=`dirname $curdir`
/external/chromium_org/third_party/skia/tools/
H A Dmerge_static_libs.py27 curdir = os.getcwd()
49 os.chdir(curdir)
/external/skia/tools/
H A Dmerge_static_libs.py27 curdir = os.getcwd()
49 os.chdir(curdir)
H A Dmisc_utils.py142 if self._directory != os.curdir:
150 if self._directory != os.curdir:
H A Dadd_codereview_message.py108 default=os.curdir,
H A Droll_deps.py203 if config.skia_git_checkout_path != os.curdir:
224 if self._config.skia_git_checkout_path != os.curdir:
/external/clang/utils/analyzer/
H A DSATestAdd.py37 CurDir = os.path.abspath(os.curdir)
H A DSATestBuild.py117 ProjectMapPath = os.path.join(os.path.abspath(os.curdir),
126 return os.path.join(os.path.abspath(os.curdir), ID)
/external/antlr/antlr-3.4/runtime/Python/
H A 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/protobuf/python/
H A 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/
H A 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/chromium_org/tools/json_schema_compiler/
H A 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/cython/src/Cython/Debugger/
H A DCygdb.py100 path_to_debug_info = os.curdir
/external/chromium_org/third_party/skia/platform_tools/android/gyp_gen/
H A Dgypd_parser.py101 if rel_include is os.curdir:
/external/chromium_org/tools/profile_chrome/
H A Dchrome_controller.py105 host_file = os.path.join(os.path.curdir, os.path.basename(trace_file))
/external/skia/platform_tools/android/gyp_gen/
H A Dgypd_parser.py101 if rel_include is os.curdir:
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A 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/cython/src/Cython/Compiler/
H A DCmdLine.py124 options.output_dir = os.curdir
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dfile.c275 char *curdir, *abspath; local
277 curdir = yasm__getcwd();
278 abspath = yasm__combpath(curdir, path);
279 yasm_xfree(curdir);
/external/chromium_org/tools/symsrc/
H A Dsource_index.py63 thisdir = os.path.dirname(os.path.join(os.path.curdir, __file__))
/external/chromium_org/third_party/cython/src/Cython/Distutils/
H A Dbuild_ext.py303 output_dir = os.curdir
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
H A Dperf_profiler.py40 rel_path = os.path.relpath(path, os.curdir)
/external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
H A Dserver.py26 bad = set((os.curdir, os.pardir, ''))

Completed in 1532 milliseconds

123