Searched refs:found_path (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/shared/ |
D | userdb-dropin.c | 105 _cleanup_free_ char *found_path = NULL; in dropin_user_record_by_name() local 122 … r = search_and_fopen_nulstr(j, "re", NULL, USERDB_DROPIN_DIR_NULSTR("userdb"), &f, &found_path); in dropin_user_record_by_name() 128 path = found_path; in dropin_user_record_by_name() 135 _cleanup_free_ char *found_path = NULL; in dropin_user_record_by_uid() local 152 … r = search_and_fopen_nulstr(buf, "re", NULL, USERDB_DROPIN_DIR_NULSTR("userdb"), &f, &found_path); in dropin_user_record_by_uid() 158 path = found_path; in dropin_user_record_by_uid() 249 _cleanup_free_ char *found_path = NULL; in dropin_group_record_by_name() local 266 … r = search_and_fopen_nulstr(j, "re", NULL, USERDB_DROPIN_DIR_NULSTR("userdb"), &f, &found_path); in dropin_group_record_by_name() 272 path = found_path; in dropin_group_record_by_name() 279 _cleanup_free_ char *found_path = NULL; in dropin_group_record_by_gid() local [all …]
|
D | install.c | 788 bool found_path = false, found_dest = false, b = false; in find_symlinks_in_directory() local 833 found_path = streq(de->d_name, info->name); in find_symlinks_in_directory() 835 if (!found_path && ignore_destination) { in find_symlinks_in_directory() 845 if (found_path && found_dest) { in find_symlinks_in_directory() 860 else if (found_path || found_dest) { in find_symlinks_in_directory()
|
/systemd-251/src/partition/ |
D | repart.c | 4476 _cleanup_free_ char *found_path = NULL; in acquire_root_devno() local 4486 fd = chase_symlinks_and_open(p, root, CHASE_PREFIX_ROOT, mode, &found_path); in acquire_root_devno() 4494 *ret = TAKE_PTR(found_path); in acquire_root_devno()
|