Home
last modified time | relevance | path

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

123

/rk3399_rockchip-uboot/tools/patman/
H A Dproject.py22 if os.path.exists(os.path.join(top_level, "include", "u-boot")):
24 elif os.path.exists(os.path.join(top_level, "kernel")):
H A Dsettings.py258 if os.path.exists(fname):
283 if os.path.exists(fname):
322 if not os.path.exists(config_fname):
H A Dtools.py107 if os.path.exists(pathname):
/rk3399_rockchip-uboot/test/py/tests/
H A Dtest_ut.py13 if not os.path.exists(fn):
20 if not os.path.exists(fn):
H A Dtest_hush_if_test.py146 assert not os.path.exists(test_file)
154 assert os.path.exists(test_file)
H A Dtest_ums.py211 if os.path.exists(mounted_test_fn):
H A Dtest_dfu.py246 if os.path.exists(fn):
/rk3399_rockchip-uboot/fs/
H A Dfs.c123 int (*exists)(const char *filename); member
156 .exists = fat_exists,
178 .exists = ext4fs_exists,
198 .exists = sandbox_fs_exists,
214 .exists = ubifs_exists,
229 .exists = fs_exists_unsupported,
375 ret = info->exists(filename); in fs_exists()
/rk3399_rockchip-uboot/test/py/
H A Dmake_test_disk.py10 if (os.path.exists("testdisk.raw")):
H A Du_boot_utils.py77 if os.path.exists(self.abs_fn):
/rk3399_rockchip-uboot/tools/buildman/
H A Dbsettings.py25 if not os.path.exists(config_fname):
H A Dtoolchain.py281 if os.path.exists(pathname):
298 if os.path.exists(value):
302 if os.path.exists(fname):
545 if not os.path.exists(dest):
H A Dbuilderthread.py150 result.already_done = os.path.exists(done_file)
163 if os.path.exists(err_file) and os.stat(err_file).st_size:
292 elif os.path.exists(errfile):
/rk3399_rockchip-uboot/scripts/kconfig/
H A DMakefile130 $(if $(call configfiles),, $(error No configuration exists for this target on this architecture))
250 if pkg-config --exists Qt5Core; then \
254 elif pkg-config --exists QtCore; then \
277 @if `pkg-config --exists gtk+-2.0 gmodule-2.0 libglade-2.0`; then \
/rk3399_rockchip-uboot/doc/device-tree-bindings/pmic/
H A Dmax77686.txt17 To bind each regulator, the optional regulators subnode should exists.
H A Dsandbox.txt20 To bind each regulator, the optional regulator subnodes should exists.
/rk3399_rockchip-uboot/board/samsung/common/bootscripts/
H 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
/rk3399_rockchip-uboot/fs/ubifs/
H A Drecovery.c1250 int exists; member
1263 loff_t d_size, int exists) in add_ino() argument
1284 e->exists = exists; in add_ino()
1386 e->exists = 1; in ubifs_recover_size_accum()
1490 if (!e->exists) { in ubifs_recover_size()
1507 e->exists = 1; in ubifs_recover_size()
1512 if (e->exists && e->i_size < e->d_size) { in ubifs_recover_size()
/rk3399_rockchip-uboot/tools/binman/
H A Dfunc_test.py197 self.assertTrue(os.path.exists(fname))
221 if dirname and not os.path.exists(dirname):
364 self.assertTrue(os.path.exists(fname))
372 self.assertTrue(os.path.exists(fname))
563 self.assertTrue(os.path.exists(fname))
567 self.assertTrue(os.path.exists(fname))
/rk3399_rockchip-uboot/scripts/
H A Dget_maintainer.pl1882 my $exists = 0;
1886 $exists = 1;
1890 if (!$exists) {
1917 my $exists = 0;
1922 $exists = 1;
1926 if (!$exists) {
2180 my $exists;
2188 $exists = &{$VCS_cmds{"execute_cmd"}}($cmd);
2192 return $exists;
/rk3399_rockchip-uboot/cmd/
H A Darmflash.c256 static int exists(const char * const name) in exists() function
277 ret = exists(argv[2]); in do_afs()
/rk3399_rockchip-uboot/tools/
H A Dgenboardscfg.py56 if not os.path.exists(f):
100 if not os.path.exists(os.path.join(CONFIG_DIR, defconfig)):
/rk3399_rockchip-uboot/drivers/phy/
H A DKconfig51 hardware exists.
60 hardware exists.
/rk3399_rockchip-uboot/doc/
H A DREADME.odroid149 If proper fdt file exists then it will be automatically loaded,
157 - boot_fit - if "Image.itb" exists
158 - boot_zimg - if "zImage" exists
159 - boot_uimg - if "uImage" exists
227 Say there exists a tftp server in the network with address 192.168.1.27 and
/rk3399_rockchip-uboot/doc/device-tree-bindings/net/
H A Dfsl-tsec-phy.txt27 device that exists on this bus, a PHY node should be created.

123