/systemd-251/ |
D | .ycm_extra_conf.py | 74 if os.path.exists(result): 152 if os.path.exists(compilation_database_folder): 215 if os.path.exists(replacement_file):
|
/systemd-251/src/shared/ |
D | base-filesystem.c | 27 const char *exists; /* conditionalize this entry on existence of this file */ member 146 if (table[i].exists) { in base_filesystem_create() 149 p = path_join(s, table[i].exists); in base_filesystem_create()
|
D | copy.c | 876 bool exists, created; in fd_copy_directory() local 906 exists = false; in fd_copy_directory() 912 exists = true; in fd_copy_directory() 915 if (exists) in fd_copy_directory()
|
/systemd-251/src/boot/ |
D | bless-boot.c | 450 goto exists; in verb_set() 455 goto exists; in verb_set() 459 goto exists; in verb_set() 495 exists: in verb_set()
|
/systemd-251/test/ |
D | test-exec-deserialization.py | 130 self.assertTrue(not os.path.exists(self.output_file)) 168 self.assertTrue(not os.path.exists(self.output_file))
|
D | sysv-generator-test.py | 139 self.assertTrue(os.path.exists(link)) 142 self.assertFalse(os.path.exists(link),
|
D | meson.build | 178 if git.found() and fs.exists(project_source_root / '.git')
|
/systemd-251/src/basic/ |
D | chase-symlinks.c | 70 bool exists = true, append_trail_slash = false; in chase_symlinks() local 287 exists = false; in chase_symlinks() 383 return exists; in chase_symlinks()
|
/systemd-251/.lgtm/cpp-queries/ |
D | UninitializedVariableWithCleanup.ql | 78 not exists(ReturnStmt rs | 88 predicate containsInlineAssembly(Function f) { exists(AsmStmt s | s.getEnclosingFunction() = f) }
|
/systemd-251/units/ |
D | nss-user-lookup.target | 10 # This exists mostly for implementations lacking socket/bus
|
D | rpcbind.target | 10 # This exists mostly for compatibility with SysV/LSB units, and
|
D | nss-lookup.target | 10 # This exists mostly for compatibility with SysV/LSB units, and
|
D | var-lib-machines.mount | 13 # mounting the image still, if it exists.
|
D | system-update-cleanup.service | 23 # This service is only invoked if /system-update exists, i.e. if the
|
/systemd-251/test/fuzz/ |
D | meson.build | 21 if git.found() and fs.exists(project_source_root / '.git')
|
/systemd-251/src/core/ |
D | path.c | 46 bool exists = false; in path_spec_watch() local 128 exists = true; in path_spec_watch() 154 if (!exists) { in path_spec_watch()
|
/systemd-251/test/test-network/ |
D | systemd-networkd-tests.py | 421 return os.path.exists(os.path.join('/sys/class/net', link)) 481 if dropins and os.path.exists(os.path.join(networkd_ci_path, unit + '.d')): 497 if os.path.exists(os.path.join(network_unit_file_path, unit)): 499 if os.path.exists(os.path.join(network_unit_file_path, unit + '.d')): 510 if os.path.exists(os.path.join(networkd_conf_dropin_path, dropin)): 518 if os.path.exists(pid_file): 538 if os.path.exists(dnsmasq_log_file): 543 if os.path.exists(dnsmasq_log_file): 556 if os.path.exists(dnsmasq_lease_file): 560 if os.path.exists(dnsmasq_log_file): [all …]
|
/systemd-251/shell-completion/bash/ |
D | udevadm | 60 [SETTLE]='-t --timeout -E --exit-if-exists' 155 -E|--exit-if-exists)
|
/systemd-251/docs/ |
D | BOOT_LOADER_SPECIFICATION.md | 104 partition with the type id of 0xEA already exists it should be used as 112 GUID of `bc13c2ff-59e6-4262-a352-b275fd6f7172`, already exists, it should 116 `c12a7328-f81f-11d2-ba4b-00a0c93ec93b` already exists and is large enough 119 already exists but is too small, a new suitably sized (let's say 500MB) 121 * Otherwise, if the OS is installed on a disk with GPT, and no ESP exists 319 contents: if it exists and contains the mentioned string, it shall assume a 320 standards compliant implementation is in place. If it exists but contains a
|
D | CONVERTING_TO_HOMED.md | 89 exists safely under the `/home/foobar.saved` name. Let's now create a new 112 5. Your new user account exists now, but it has an empty home directory. Let's
|
D | TEMPORARY_DIRECTORIES.md | 35 either will fail (as the file already exists) or might be tricked into using 110 for the file exists in the file system, and thus behaviour is fully robust 219 `/dev/shm/` exists to back POSIX shared memory (see
|
D | ENVIRONMENT.md | 75 `auto`: Checks if `/etc/initrd-release` exists, and a temporary fs is mounted 188 way. However, if a directory `/run/boot-loader-entries/` exists, the entries 275 exists in `/etc/fstab` (this file always takes precedence), then the root 396 user interactively. This exists primarily for debugging and testing
|
/systemd-251/shell-completion/zsh/ |
D | _udevadm | 49 '--exit-if-exists=[Stop waiting if file exists.]:files:_files' \
|
D | _machinectl | 105 '--force[Download image even if already exists.]' \
|
/systemd-251/src/sysupdate/ |
D | sysupdate.c | 218 bool incomplete = false, exists = false; in context_discover_update_sets_by_flag() local 301 exists = true; in context_discover_update_sets_by_flag() 306 if (exists) in context_discover_update_sets_by_flag()
|