Searched refs:exists (Results 1 - 10 of 10) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/ |
H A D | pkt_builder.py | 148 if not os.path.exists(flash_boot_file):
166 if not os.path.exists(normal_nv_file):
170 if not os.path.exists(kernel_file):
188 if not os.path.exists(normal_nv_file):
192 if not os.path.exists(kernel_file):
216 if not os.path.exists(flash_boot_file):
220 if not os.path.exists(factory_nv_file):
224 if not os.path.exists(normal_nv_file):
228 if not os.path.exists(upg_file):
246 if not os.path.exists(upg_fil [all...] |
H A D | hi_config_parser.py | 55 if os.path.exists(self.config_file) is False:
|
H A D | scons_utils.py | 133 if os.path.exists(target):
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/tools/nvtool/ |
H A D | build_nv.py | 384 if os.path.exists(temp_dir):
392 elif not os.path.exists(hnv_dir):
405 if os.path.exists(g_nv_env.app_xml):
549 if os.path.exists(file_name.replace('.hnv', '_factory.hnv')):
550 if os.path.exists(file_name.replace('.hnv', '_normal.hnv')):
557 if os.path.exists(g_nv_env.app_cfg_dir):
569 if os.path.exists(cfg_bin_dir):
595 if os.path.exists(product_lib_out):
596 if os.path.exists(app_subver_temp_dir):
675 if os.path.exists(default_target_pat [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/tools/nvtool/ |
H A D | build_nv.py | 384 if os.path.exists(temp_dir):
392 elif not os.path.exists(hnv_dir):
405 if os.path.exists(g_nv_env.app_xml):
549 if os.path.exists(file_name.replace('.hnv', '_factory.hnv')):
550 if os.path.exists(file_name.replace('.hnv', '_normal.hnv')):
557 if os.path.exists(g_nv_env.app_cfg_dir):
569 if os.path.exists(cfg_bin_dir):
595 if os.path.exists(product_lib_out):
596 if os.path.exists(app_subver_temp_dir):
675 if os.path.exists(default_target_pat [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/make_scripts/ |
H A D | prepare.py | 35 isExists=os.path.exists(path)
166 if not os.path.exists(module_mk):
175 if os.path.exists(src_makefile):
|
/device/soc/rockchip/common/sdk_linux/fs/ubifs/ |
H A D | recovery.c | 1286 * @exists: indicates whether the inode exists 1294 int exists; member 1304 * @exists: indicates whether the inode exists 1306 static int add_ino(struct ubifs_info *c, ino_t inum, loff_t i_size, loff_t d_size, int exists) in add_ino() argument 1329 e->exists = exists; in add_ino() 1432 e->exists = 1; in ubifs_recover_size_accum() 1615 if (!e->exists) { in ubifs_recover_size() [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/build/scripts/ |
H A D | scons_utils.py | 133 if os.path.exists(target):
|
/device/soc/rockchip/common/sdk_linux/ |
H A D | Makefile | 345 # Read KERNELRELEASE from include/config/kernel.release (if it exists) 1380 $(if $(wildcard $(objtree)/.config),, $(error No .config exists, config your kernel first!))
|
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/ |
H A D | configure_llvm | 287 native implementation exists [no] 299 native MPEG-4/Xvid encoder exists [no] 1446 test_cmd $pkg_config --exists --print-errors $pkg_version || return
|
Completed in 15 milliseconds