OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
346
struct ext2_dir_entry *
nextdir
;
local
384
nextdir
= (struct ext2_dir_entry *)
388
nextdir
);
389
nextdir
->inode = 0;
390
nextdir
->name_len = 0;
[
all
...]
Completed in 147 milliseconds