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

  /external/chromium_org/tools/vim/
chromium.ycm_extra_conf.py 72 nextdir = os.path.normpath(os.path.join(curdir, '..'))
73 if nextdir == curdir:
75 curdir = nextdir
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py 113 nextdir = path[:i]
116 scriptdir = self.translate_path(nextdir)
118 dir, rest = nextdir, nextrest
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py 113 nextdir = path[:i]
116 scriptdir = self.translate_path(nextdir)
118 dir, rest = nextdir, nextrest
  /external/e2fsprogs/e2fsck/
pass2.c 351 struct ext2_dir_entry *nextdir; local
389 nextdir = (struct ext2_dir_entry *)
393 nextdir);
394 nextdir->inode = 0;
395 nextdir->name_len = 0;
    [all...]

Completed in 468 milliseconds