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

1 2 3 4 5 6 7 8 91011>>

  /external/ltp/lib/tests/
tst_dataroot02.c 43 char curdir[PATH_MAX], tmp[PATH_MAX]; local
45 if (getcwd(curdir, PATH_MAX) == NULL)
51 snprintf(tmp, PATH_MAX, "%s/datafiles", curdir);
tst_dataroot03.c 43 char curdir[PATH_MAX], tmp[PATH_MAX]; local
45 if (getcwd(curdir, PATH_MAX) == NULL)
51 snprintf(tmp, PATH_MAX, "%s/datafiles", curdir);
  /external/v8/
.ycm_extra_conf.py 66 curdir = os.path.normpath(os.path.dirname(filename))
67 while not (PathExists(curdir, 'v8') and PathExists(curdir, 'v8', 'DEPS')
68 and (PathExists(curdir, '.gclient')
69 or PathExists(curdir, 'v8', '.git'))):
70 nextdir = os.path.normpath(os.path.join(curdir, '..'))
71 if nextdir == curdir:
73 curdir = nextdir
74 return os.path.join(curdir, 'v8')
  /external/ltp/testcases/kernel/mem/hugetlb/lib/
hugetlb.c 67 char *curdir = NULL; local
72 curdir = getcwd(curdir, size);
73 if (curdir == NULL)
74 tst_brk(TBROK | TERRNO, "getcwd(curdir)");
91 ipc_key = ftok(curdir, ascii_a + random() % 26);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
lll.py 12 if name not in (os.curdir, os.pardir):
18 if not args: args = [os.curdir]
  /external/python/cpython2/Tools/scripts/
lll.py 12 if name not in (os.curdir, os.pardir):
18 if not args: args = [os.curdir]
  /external/python/cpython3/Tools/scripts/
lll.py 12 if name not in (os.curdir, os.pardir):
18 if not args: args = [os.curdir]
  /external/ltp/testcases/kernel/fs/fs_readonly/
test_robind.sh 145 local curdir=$(pwd)
151 export TMPDIR=$curdir/$dir
153 eval $command > $curdir/test.log 2>&1
161 cat $curdir/test.log
171 rm -f $curdir/test.log
172 rm -rf $curdir/$dir/*
  /external/ltp/lib/
tst_resource.c 44 char curdir[PATH_MAX]; local
57 if (getcwd(curdir, PATH_MAX) == NULL) {
62 startdir = curdir;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
__init__.py 21 here = os.path.dirname(__file__) or os.curdir
  /external/ltp/testcases/kernel/syscalls/ipc/lib/
libipc.c 53 char *curdir = NULL; local
59 if (NULL == (curdir = getcwd(curdir, size))) {
73 if ((ipc_key = ftok(curdir, proj_id)) == -1) {
  /external/python/cpython2/Lib/distutils/tests/
__init__.py 21 here = os.path.dirname(__file__) or os.curdir
  /external/python/cpython3/Lib/distutils/tests/
__init__.py 21 here = os.path.dirname(__file__) or os.curdir
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
__init__.py 21 here = os.path.dirname(__file__) or os.curdir
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
__init__.py 21 here = os.path.dirname(__file__) or os.curdir
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/
gen_archrast.py 171 curdir = os.path.dirname(os.path.abspath(__file__))
172 template_file = os.sep.join([curdir, 'templates', 'ar_event_h.template'])
181 curdir = os.path.dirname(os.path.abspath(__file__))
182 template_file = os.sep.join([curdir, 'templates', 'ar_event_cpp.template'])
191 curdir = os.path.dirname(os.path.abspath(__file__))
192 template_file = os.sep.join([curdir, 'templates', 'ar_eventhandler_h.template'])
202 curdir = os.path.dirname(os.path.abspath(__file__))
203 template_file = os.sep.join([curdir, 'templates', 'ar_eventhandlerfile_h.template'])
  /external/python/cpython3/Lib/test/
test_glob.py 73 res = glob.glob(os.path.join(os.curdir, '*'))
78 res = glob.glob(os.path.join(os.fsencode(os.curdir), b'*'))
221 eq(self.rglob(os.curdir, '**'),
222 self.joins((os.curdir, ''), *((os.curdir,) + i for i in full)))
253 eq(glob.glob(join(os.curdir, '**'), recursive=True),
254 [join(os.curdir, '')] + [join(os.curdir, *i) for i in full])
255 eq(glob.glob(join(os.curdir, '**', ''), recursive=True),
256 [join(os.curdir, '')] + [join(os.curdir, *i) for i in dirs]
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
user.py 29 home = os.curdir # Default
  /external/flatbuffers/android/jni/
run_flatc.py 23 FLATC_SEARCH_PATHS = [os.path.curdir, 'Release', 'Debug']
  /external/python/cpython2/Lib/
user.py 29 home = os.curdir # Default
  /prebuilts/gdb/darwin-x86/lib/python2.7/
user.py 29 home = os.curdir # Default
  /prebuilts/gdb/linux-x86/lib/python2.7/
user.py 29 home = os.curdir # Default
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
user.py 29 home = os.curdir # Default
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
user.py 29 home = os.curdir # Default
  /external/python/cpython3/Lib/
posixpath.py 24 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
30 curdir = '.' variable
394 curdir = b'.'
398 curdir = '.'
407 if not name or name == curdir:
452 curdir = b'.'
456 curdir = '.'
461 start = curdir
473 return curdir
494 curdir = b'.
    [all...]

Completed in 812 milliseconds

1 2 3 4 5 6 7 8 91011>>