Searched refs:rel_path (Results 1 – 3 of 3) sorted by relevance
| /linux/Documentation/ |
| H A D | conf.py | 75 rel_path = os.path.relpath(full, start=app.srcdir) 76 if rel_path.startswith("../"): 79 config.include_patterns.append(rel_path) 85 rel_path = os.path.relpath(full, start=app.srcdir) 86 if rel_path.startswith("../"): 89 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()
|