Lines Matching full:path
15 " in your path (which it is automatically if depot_tools is in your path).
20 " so /path/to/src/tools/vim/ninja-build.vim
28 """Returns the absolute path of the current buffer."""
33 """Returns the absolute path to the V8 source root."""
34 candidate = os.path.dirname(path_to_current_buffer())
41 [os.path.isdir(os.path.join(candidate, fp)) for fp in fingerprints]):
42 candidate = os.path.dirname(candidate)
50 sys.path.append(os.path.join(v8_root, 'tools', 'vim'))
68 file_to_build = os.path.relpath(file_to_build, build_dir) + '^'