Home
last modified time | relevance | path

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

/Linux-v5.4/scripts/
Dgen_compile_commands.py68 def process_line(root_directory, file_directory, command_prefix, relative_path): argument
94 expected_path = os.path.join(cur_dir, relative_path)
99 expected_path = os.path.join(cur_dir, relative_path)
102 (relative_path, root_directory, file_directory))
105 'file': relative_path,
106 'command': prefix + relative_path,
/Linux-v5.4/tools/testing/selftests/net/forwarding/
Dlib.sh22 relative_path="${BASH_SOURCE%/*}"
23 if [[ "$relative_path" == "${BASH_SOURCE}" ]]; then
24 relative_path="."
27 if [[ -f $relative_path/forwarding.config ]]; then
28 source "$relative_path/forwarding.config"
Dmirror_gre_topo_lib.sh36 source "$relative_path/mirror_topo_lib.sh"
Dmirror_gre_lib.sh3 source "$relative_path/mirror_lib.sh"