Home
last modified time | relevance | path

Searched refs:inc_path (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/build/make/
Dgen_asm_deps.sh34 inc_path="${inc_path} ${opt#-I}"
50 for idir in ${inc_path}; do
/external/llvm-project/lldb/scripts/
Danalyze-project-deps.py71 inc_path = os.path.join(base, inc) variable
72 scan_deps(relative, inc_path)
/external/rust/crates/grpcio-sys/
Dbuild.rs437 for inc_path in lib_core.include_paths { in main()
438 cc.include(inc_path); in main()
/external/python/cpython3/Lib/venv/
D__init__.py132 context.inc_path = path = os.path.join(env_dir, incpath)