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

  /system/core/sh/
cd.c 74 char *curdir = NULL; /* current working directory */ variable
90 * Try (quite hard) to have 'curdir' defined, nothing has set
102 if (!curdir)
104 p = strstr(curdir, dest);
107 d = stalloc(strlen(curdir) + strlen(argptr[1]) + 1);
108 memcpy(d, curdir, p - curdir);
109 strcpy(d + (p - curdir), argptr[1]);
117 dest = prevdir ? prevdir : curdir;
163 * something we can't stat, clear curdir to force a getcwd(
    [all...]
  /docs/source.android.com/scripts/
build.py 65 for curdir, subdirs, files in os.walk(SRC_DIR):
66 print 'Processing %s...' % (curdir,),
68 curdir = os.path.normpath(curdir)
69 outdir = curdir.split(os.path.sep)
82 parentdir = os.path.dirname(curdir)
89 sidebar = markdown(os.path.join(curdir, 'sidebar.md'))
95 sidebar2 = markdown(os.path.join(curdir, 'sidebar2.md'))
101 sidebar3 = markdown(os.path.join(curdir, 'sidebar3.md'))
106 parents[curdir] = (sidebar, sidebar2, sidebar3
    [all...]
  /prebuilts/tools/linux-x86/sdl/bin/
sdl-config 3 curdir=`dirname $0`
4 prefix=`dirname $curdir`
  /prebuilts/tools/windows/sdl/bin/
sdl-config 3 curdir=`dirname $0`
4 prefix=`dirname $curdir`
  /external/qemu/distrib/sdl-1.2.12/
sdl-config.in 3 curdir=`dirname $0`
4 prefix=`dirname $curdir`
  /prebuilts/tools/darwin-x86/sdl/bin/
sdl-config 3 curdir=`dirname $0`
4 prefix=`dirname $curdir`
  /external/clang/utils/analyzer/
SATestAdd.py 37 CurDir = os.path.abspath(os.curdir)
47 ProjectMapPath = os.path.join(CurDir, SATestBuild.ProjectMapFile)
SATestBuild.py 92 ProjectMapPath = os.path.join(os.path.abspath(os.curdir),
101 return os.path.join(os.path.abspath(os.curdir), ID)
  /external/webkit/Tools/Scripts/webkitpy/
style_references.py 55 cwd = os.path.abspath(os.curdir)
  /external/webkit/Tools/Scripts/
run-bindings-tests 109 current_scm = scm.detect_scm_system(os.curdir)
  /external/antlr/antlr-3.4/runtime/Python/
ez_setup.py 60 version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir,
101 version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir,
  /external/protobuf/python/
ez_setup.py 78 version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir,
119 version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir,
  /external/webkit/Tools/CodeCoverage/
run-generate-coverage-data 215 base_dir = os.path.abspath(os.path.curdir)
  /external/mksh/src/
Build.sh 303 curdir=`pwd` srcdir=`dirname "$0"` check_categories=
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetUtils.py 165 def FileRelativePath(target, base=os.curdir):
  /external/libmtp/
ltmain.sh     [all...]
  /external/libpng/
ltmain.sh     [all...]
  /external/libusb/
ltmain.sh     [all...]
  /external/libusb-compat/
ltmain.sh     [all...]
  /external/openfst/
ltmain.sh     [all...]
  /external/protobuf/gtest/build-aux/
ltmain.sh     [all...]
  /external/protobuf/
ltmain.sh     [all...]

Completed in 1498 milliseconds