Home
last modified time | relevance | path

Searched refs:exists (Results 1 – 25 of 41) sorted by relevance

12

/systemd-251/
D.ycm_extra_conf.py74 if os.path.exists(result):
152 if os.path.exists(compilation_database_folder):
215 if os.path.exists(replacement_file):
/systemd-251/src/shared/
Dbase-filesystem.c27 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()
Dcopy.c876 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/
Dbless-boot.c450 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/
Dtest-exec-deserialization.py130 self.assertTrue(not os.path.exists(self.output_file))
168 self.assertTrue(not os.path.exists(self.output_file))
Dsysv-generator-test.py139 self.assertTrue(os.path.exists(link))
142 self.assertFalse(os.path.exists(link),
Dmeson.build178 if git.found() and fs.exists(project_source_root / '.git')
/systemd-251/src/basic/
Dchase-symlinks.c70 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/
DUninitializedVariableWithCleanup.ql78 not exists(ReturnStmt rs |
88 predicate containsInlineAssembly(Function f) { exists(AsmStmt s | s.getEnclosingFunction() = f) }
/systemd-251/units/
Dnss-user-lookup.target10 # This exists mostly for implementations lacking socket/bus
Drpcbind.target10 # This exists mostly for compatibility with SysV/LSB units, and
Dnss-lookup.target10 # This exists mostly for compatibility with SysV/LSB units, and
Dvar-lib-machines.mount13 # mounting the image still, if it exists.
Dsystem-update-cleanup.service23 # This service is only invoked if /system-update exists, i.e. if the
/systemd-251/test/fuzz/
Dmeson.build21 if git.found() and fs.exists(project_source_root / '.git')
/systemd-251/src/core/
Dpath.c46 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/
Dsystemd-networkd-tests.py421 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/
Dudevadm60 [SETTLE]='-t --timeout -E --exit-if-exists'
155 -E|--exit-if-exists)
/systemd-251/docs/
DBOOT_LOADER_SPECIFICATION.md104 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
DCONVERTING_TO_HOMED.md89 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
DTEMPORARY_DIRECTORIES.md35 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
DENVIRONMENT.md75 `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_udevadm49 '--exit-if-exists=[Stop waiting if file exists.]:files:_files' \
D_machinectl105 '--force[Download image even if already exists.]' \
/systemd-251/src/sysupdate/
Dsysupdate.c218 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()

12