| /rk3399_rockchip-uboot/tools/patman/ |
| H A D | project.py | 22 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 D | settings.py | 258 if os.path.exists(fname): 283 if os.path.exists(fname): 322 if not os.path.exists(config_fname):
|
| H A D | tools.py | 107 if os.path.exists(pathname):
|
| /rk3399_rockchip-uboot/test/py/tests/ |
| H A D | test_ut.py | 13 if not os.path.exists(fn): 20 if not os.path.exists(fn):
|
| H A D | test_hush_if_test.py | 146 assert not os.path.exists(test_file) 154 assert os.path.exists(test_file)
|
| H A D | test_ums.py | 211 if os.path.exists(mounted_test_fn):
|
| H A D | test_dfu.py | 246 if os.path.exists(fn):
|
| /rk3399_rockchip-uboot/fs/ |
| H A D | fs.c | 123 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 D | make_test_disk.py | 10 if (os.path.exists("testdisk.raw")):
|
| H A D | u_boot_utils.py | 77 if os.path.exists(self.abs_fn):
|
| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | bsettings.py | 25 if not os.path.exists(config_fname):
|
| H A D | toolchain.py | 281 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 D | builderthread.py | 150 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 D | Makefile | 130 $(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 D | max77686.txt | 17 To bind each regulator, the optional regulators subnode should exists.
|
| H A D | sandbox.txt | 20 To bind each regulator, the optional regulator subnodes should exists.
|
| /rk3399_rockchip-uboot/board/samsung/common/bootscripts/ |
| H 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
|
| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | recovery.c | 1250 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 D | func_test.py | 197 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 D | get_maintainer.pl | 1882 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 D | armflash.c | 256 static int exists(const char * const name) in exists() function 277 ret = exists(argv[2]); in do_afs()
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | genboardscfg.py | 56 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 D | Kconfig | 51 hardware exists. 60 hardware exists.
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.odroid | 149 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 D | fsl-tsec-phy.txt | 27 device that exists on this bus, a PHY node should be created.
|