OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rel_mtime
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/tools/vim/
chromium.ycm_extra_conf.py
94
rel_mtime
= os.path.getmtime(os.path.join(release_path, test_path))
96
rel_mtime
= 0
97
return
rel_mtime
- debug_mtime >= 15
ninja-build.vim
54
rel_mtime
= os.path.getmtime(os.path.join(root, 'Release', test_path))
56
rel_mtime
= 0
57
return
rel_mtime
- debug_mtime >= 15
Completed in 25 milliseconds