Searched refs:dirpath (Results 1 – 2 of 2) sorted by relevance
/systemd-251/src/basic/ |
D | conf-files.c | 32 const char *dirpath; in files_add() local 39 dirpath = prefix_roota(root, path); in files_add() 41 dir = opendir(dirpath); in files_add() 46 return log_debug_errno(errno, "Failed to open directory '%s': %m", dirpath); in files_add() 59 log_debug("Skipping overridden file '%s/%s'.", dirpath, de->d_name); in files_add() 65 log_debug("File '%s/%s' is masked by previous entry.", dirpath, de->d_name); in files_add() 72 … log_debug_errno(errno, "Failed to stat '%s/%s', ignoring: %m", dirpath, de->d_name); in files_add() 86 log_debug("File '%s/%s' is a mask.", dirpath, de->d_name); in files_add() 94 … log_debug("Ignoring '%s/%s', as it does not have the right type.", dirpath, de->d_name); in files_add() 105 … log_debug("Ignoring '%s/%s', as it is not marked executable.", dirpath, de->d_name); in files_add() [all …]
|
/systemd-251/test/ |
D | create-sys-script.py | 88 for (dirpath, dirnames, filenames) in os.walk('sys'): 89 handle_dir(outfile, dirpath) 91 path = os.path.join(dirpath, d) 95 path = os.path.join(dirpath, f) 135 for (dirpath, dirnames, filenames) in os.walk("sys"): 138 path = dirpath 141 path = os.path.join(dirpath, d) 145 path = os.path.join(dirpath, f)
|