Searched refs:exists (Results 1 – 25 of 81) sorted by relevance
1234
/u-boot/tools/patman/ |
A D | project.py | 21 if os.path.exists(os.path.join(top_level, "include", "u-boot")): 23 elif os.path.exists(os.path.join(top_level, "kernel")):
|
A D | settings.py | 276 if os.path.exists(fname): 301 if os.path.exists(fname): 340 if not os.path.exists(config_fname):
|
A D | tools.py | 140 if os.path.exists(pathname): 195 if os.path.exists(os.path.join(dir, fname)): 387 if fname and not os.path.exists(fname): 390 if os.path.exists(pathname):
|
/u-boot/test/py/tests/ |
A D | test_ut.py | 12 if not os.path.exists(fn): 19 if not os.path.exists(fn):
|
A D | test_hush_if_test.py | 176 assert not os.path.exists(test_file) 184 assert os.path.exists(test_file)
|
A D | test_ums.py | 210 if os.path.exists(mounted_test_fn):
|
/u-boot/scripts/kconfig/ |
A D | gconf-cfg.sh | 13 if ! pkg-config --exists $PKG; then
|
A D | qconf-cfg.sh | 14 if pkg-config --exists $PKG; then
|
A D | mconf-cfg.sh | 8 if pkg-config --exists $PKG; then
|
A D | nconf-cfg.sh | 8 if pkg-config --exists $PKG; then
|
/u-boot/arch/x86/include/asm/acpi/cros_ec/ |
A D | keyboard_backlight.asl | 27 * in, assume the backlight exists physically. 32 /* If EC reports that backlight exists, trust it */
|
/u-boot/fs/ |
A D | fs.c | 150 int (*exists)(const char *filename); member 186 .exists = fat_exists, 214 .exists = ext4fs_exists, 238 .exists = sandbox_fs_exists, 257 .exists = ubifs_exists, 276 .exists = btrfs_exists, 300 .exists = sqfs_exists, 315 .exists = fs_exists_unsupported, 471 ret = info->exists(filename); in fs_exists()
|
/u-boot/tools/buildman/ |
A D | bsettings.py | 23 if not os.path.exists(config_fname):
|
A D | func_test.py | 555 self.assertTrue(os.path.exists(os.path.join(board0_dir, 'done'))) 556 self.assertTrue(os.path.exists(os.path.join(board0_dir, 'out-env'))) 565 os.path.exists(os.path.join(self._output_dir, 'u-boot'))) 567 os.path.exists(os.path.join(self._output_dir, 'done'))) 569 os.path.exists(os.path.join(self._output_dir, 'out-env'))) 577 os.path.exists(os.path.join(self._output_dir, 'u-boot')))
|
A D | toolchain.py | 337 if os.path.exists(pathname): 354 if os.path.exists(value): 358 if os.path.exists(fname): 606 if not os.path.exists(dest):
|
/u-boot/doc/device-tree-bindings/pmic/ |
A D | max77686.txt | 17 To bind each regulator, the optional regulators subnode should exists.
|
A D | sandbox.txt | 20 To bind each regulator, the optional regulator subnodes should exists.
|
/u-boot/test/py/ |
A D | u_boot_utils.py | 77 if os.path.exists(self.abs_fn): 276 if os.path.exists(self.filename):
|
/u-boot/test/py/tests/test_android/ |
A D | test_ab.py | 29 if os.path.exists(persistent):
|
A D | test_abootimg.py | 85 if os.path.exists(persistent):
|
/u-boot/board/samsung/common/bootscripts/ |
A D | autoboot.cmd | 17 #### Routine: check_dtb - check that target.dtb exists on boot partition 27 #### Routine: check_ramdisk - check that uInitrd exists on boot partition
|
/u-boot/fs/ubifs/ |
A D | recovery.c | 1252 int exists; member 1265 loff_t d_size, int exists) in add_ino() argument 1286 e->exists = exists; in add_ino() 1388 e->exists = 1; in ubifs_recover_size_accum() 1492 if (!e->exists) { in ubifs_recover_size() 1509 e->exists = 1; in ubifs_recover_size() 1514 if (e->exists && e->i_size < e->d_size) { in ubifs_recover_size()
|
/u-boot/doc/ |
A D | conf.py | 480 if os.path.exists(doc + ".rst"):
|
/u-boot/arch/arm/dts/ |
A D | rk3328-u-boot.dtsi | 34 snps,dis-u2-freeclk-exists-quirk;
|
/u-boot/cmd/ |
A D | armflash.c | 256 static int exists(const char * const name) in exists() function 277 ret = exists(argv[2]); in do_afs()
|
Completed in 37 milliseconds
1234