Searched refs:relative_path (Results 1 – 4 of 4) sorted by relevance
68 def process_line(root_directory, file_directory, command_prefix, relative_path): argument94 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,
22 relative_path="${BASH_SOURCE%/*}"23 if [[ "$relative_path" == "${BASH_SOURCE}" ]]; then24 relative_path="."27 if [[ -f $relative_path/forwarding.config ]]; then28 source "$relative_path/forwarding.config"
36 source "$relative_path/mirror_topo_lib.sh"
3 source "$relative_path/mirror_lib.sh"