Searched refs:rel_path (Results 1 – 5 of 5) sorted by relevance
| /linux/Documentation/ |
| H A D | conf.py | 80 rel_path = os.path.relpath(full, start=app.srcdir) 81 if rel_path.startswith("../"): 84 config.include_patterns.append(rel_path) 90 rel_path = os.path.relpath(full, start=app.srcdir) 91 if rel_path.startswith("../"): 94 config.exclude_patterns.append(rel_path)
|
| /linux/tools/testing/selftests/livepatch/ |
| H A D | functions.sh | 349 local rel_path="$1"; shift 352 local path="$SYSFS_KLP_DIR/$mod/$rel_path" 365 local rel_path="$1"; shift 368 local path="$SYSFS_KLP_DIR/$mod/$rel_path"
|
| /linux/tools/tracing/rtla/src/ |
| H A D | osnoise.c | 130 static long long osnoise_read_ll_config(char *rel_path) in osnoise_read_ll_config() argument 135 buffer = tracefs_instance_file_read(NULL, rel_path, NULL); in osnoise_read_ll_config() 142 debug_msg("reading %s returned %lld\n", rel_path, retval); in osnoise_read_ll_config() 154 static long long osnoise_write_ll_config(char *rel_path, long long value) in osnoise_write_ll_config() argument 161 debug_msg("setting %s to %lld\n", rel_path, value); in osnoise_write_ll_config() 163 retval = tracefs_instance_file_write(NULL, rel_path, buffer); in osnoise_write_ll_config()
|
| /linux/scripts/dtc/libfdt/ |
| H A D | fdt_overlay.c | 914 const char *rel_path; in overlay_symbol_update() local 966 rel_path = s + len; in overlay_symbol_update() 967 rel_path_len = e - rel_path - 1; in overlay_symbol_update() 971 rel_path = ""; in overlay_symbol_update() 1034 memcpy(buf + len + 1, rel_path, rel_path_len); in overlay_symbol_update()
|
| /linux/Documentation/dev-tools/ |
| H A D | kselftest.rst | 315 kselftest-{all,install,clean,gen_tar} O=rel_path 318 make -C tools/testing/selftests {all,install,clean,gen_tar} O=rel_path
|