Home
last modified time | relevance | path

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

1234

/u-boot/tools/patman/
A Dproject.py21 if os.path.exists(os.path.join(top_level, "include", "u-boot")):
23 elif os.path.exists(os.path.join(top_level, "kernel")):
A Dsettings.py276 if os.path.exists(fname):
301 if os.path.exists(fname):
340 if not os.path.exists(config_fname):
A Dtools.py140 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 Dtest_ut.py12 if not os.path.exists(fn):
19 if not os.path.exists(fn):
A Dtest_hush_if_test.py176 assert not os.path.exists(test_file)
184 assert os.path.exists(test_file)
A Dtest_ums.py210 if os.path.exists(mounted_test_fn):
/u-boot/scripts/kconfig/
A Dgconf-cfg.sh13 if ! pkg-config --exists $PKG; then
A Dqconf-cfg.sh14 if pkg-config --exists $PKG; then
A Dmconf-cfg.sh8 if pkg-config --exists $PKG; then
A Dnconf-cfg.sh8 if pkg-config --exists $PKG; then
/u-boot/arch/x86/include/asm/acpi/cros_ec/
A Dkeyboard_backlight.asl27 * in, assume the backlight exists physically.
32 /* If EC reports that backlight exists, trust it */
/u-boot/fs/
A Dfs.c150 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 Dbsettings.py23 if not os.path.exists(config_fname):
A Dfunc_test.py555 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 Dtoolchain.py337 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 Dmax77686.txt17 To bind each regulator, the optional regulators subnode should exists.
A Dsandbox.txt20 To bind each regulator, the optional regulator subnodes should exists.
/u-boot/test/py/
A Du_boot_utils.py77 if os.path.exists(self.abs_fn):
276 if os.path.exists(self.filename):
/u-boot/test/py/tests/test_android/
A Dtest_ab.py29 if os.path.exists(persistent):
A Dtest_abootimg.py85 if os.path.exists(persistent):
/u-boot/board/samsung/common/bootscripts/
A Dautoboot.cmd17 #### 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 Drecovery.c1252 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 Dconf.py480 if os.path.exists(doc + ".rst"):
/u-boot/arch/arm/dts/
A Drk3328-u-boot.dtsi34 snps,dis-u2-freeclk-exists-quirk;
/u-boot/cmd/
A Darmflash.c256 static int exists(const char * const name) in exists() function
277 ret = exists(argv[2]); in do_afs()

Completed in 37 milliseconds

1234