Home
last modified time | relevance | path

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

12

/external/chromium_org/tools/vim/
Dchromium.ycm_extra_conf.py68 curdir = os.path.normpath(os.path.dirname(filename))
69 while not (PathExists(curdir, 'src') and PathExists(curdir, 'src', 'DEPS')
70 and (PathExists(curdir, '.gclient')
71 or PathExists(curdir, 'src', '.git'))):
72 nextdir = os.path.normpath(os.path.join(curdir, '..'))
73 if nextdir == curdir:
75 curdir = nextdir
76 return os.path.join(curdir, 'src')
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/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)
Dsubmit_try76 repo = svn.Svn(os.curdir)
/external/chromium_org/tools/json_schema_compiler/
Dpreview.py59 return os.path.normpath(os.curdir + path)
307 path = os.curdir
310 if not os.path.samefile(os.curdir, path):
/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/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/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/tools/symsrc/
Dsource_index.py63 thisdir = os.path.dirname(os.path.join(os.path.curdir, __file__))
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/bindings/
Dmain.py273 current_scm = detect_scm_system(os.curdir)
/external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
Dserver.py26 bad = set((os.curdir, os.pardir, ''))
/external/chromium_org/build/android/
Dadb_profile_chrome.py146 host_file = os.path.join(os.path.curdir, os.path.basename(trace_file))
/external/chromium_org/tools/gyp/pylib/gyp/
D__init__.py200 return os.path.curdir
/external/mksh/src/
DBuild.sh324 curdir=`pwd` srcdir=`dirname "$0" 2>/dev/null` check_categories=
2134 case $curdir in
2136 *) mkshshebang="#!$curdir/$mkshexe" ;;
/external/chromium_org/chrome/test/functional/
Dnacl_sdk.py651 def _HasPathInTree(self, pattern, is_file, root=os.curdir):
Dperf.py2643 if word in (os.curdir, os.pardir):
/external/sonivox/jet_tools/JetCreator/
DJetUtils.py165 def FileRelativePath(target, base=os.curdir):
/external/protobuf/
Dltmain.sh3396 /* not found in PATH; assume curdir */
/external/libmtp/
Dltmain.sh3743 /* not found in PATH; assume curdir */
/external/chromium_org/third_party/opus/src/
Dltmain.sh4710 /* not found in PATH; assume curdir */

12