| /OK3568_Linux_fs/rkbin/tools/burner_image_kits/ |
| H A D | make.sh | 4 src_path=$1 82 if [ -f "$src_path" ]; then 83 echo "input error, $src_path is a file!" 87 if [ ! -x "$src_path" ]; then 88 echo "input error, $src_path not exit!" 153 for file in `ls -a $src_path` 155 if [ -f $src_path"/"$file ] ;then 156 a=$src_path"/"$file 159 if [ -h $src_path"/"$file ] 161 a=$src_path"/"$file
|
| H A D | make_slc_nand.sh | 4 src_path=$1 12 $DIR/make.sh $src_path $dst_path $soc $block_size $page_size $oob_size $is_slc_nand
|
| H A D | make_spi_nand.sh | 4 src_path=$1 22 $DIR/make.sh $src_path $dst_path $soc $block_size $page_size $oob_size $is_slc_nand
|
| /OK3568_Linux_fs/external/recovery/update_engine/ |
| H A D | flash_image.c | 57 static bool is_ubi(char *src_path, long long offset) in is_ubi() argument 62 int fd_src = open(src_path, O_RDONLY); in is_ubi() 64 LOGE("error opening %s.\n", src_path); in is_ubi() 88 static int mtd_write(char *src_path, long long offset, long long size, long long flash_offset, char… in mtd_write() argument 111 src_path, dd_bs, dd_skip, dd_count, dest_path ); in mtd_write() 126 static int block_write(char *src_path, long long offset, long long size, long long flash_offset, ch… in block_write() argument 128 LOGI("block_write src %s dest %s.\n", src_path, dest_path); in block_write() 137 fd_src = open(src_path, O_RDONLY); in block_write() 139 LOGE("Can't open %s\n", src_path); in block_write() 203 int flash_normal(char *src_path, void *pupdate_cmd) in flash_normal() argument [all …]
|
| H A D | update.h | 21 typedef int (*update_func)(char *src_path, void* pupdate_cmd);
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/source/ |
| H A D | bootimg-partition.py | 185 src_path, dst_path = task 186 logger.debug('Install %s as %s', src_path, dst_path) 188 % (os.path.join(kernel_dir, src_path),
|
| H A D | bootimg-efi.py | 349 for src_path, dst_path in cls.install_task: 351 % (os.path.join(kernel_dir, src_path),
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | archiver.py | 35 src_path = os.path.join(bb_vars['DEPLOY_DIR_SRC'], bb_vars['TARGET_SYS']) 38 included_present = len(glob.glob(src_path + '/%s-*/*' % include_recipe)) 42 excluded_present = len(glob.glob(src_path + '/%s-*/*' % exclude_recipe))
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/usbip-tools/ |
| H A D | usbip-tools.bb | 48 src_path = os.path.dirname(src) 49 os.makedirs(os.path.join(dest,src_path),exist_ok=True)
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | qgroup.c | 1976 struct btrfs_path *src_path; in qgroup_trace_extent_swap() local 1987 src_path = btrfs_alloc_path(); in qgroup_trace_extent_swap() 1988 if (!src_path) { in qgroup_trace_extent_swap() 2000 src_path->nodes[root_level] = src_eb; in qgroup_trace_extent_swap() 2001 src_path->slots[root_level] = dst_path->slots[root_level]; in qgroup_trace_extent_swap() 2002 src_path->locks[root_level] = 0; in qgroup_trace_extent_swap() 2009 if (src_path->nodes[cur_level] == NULL) { in qgroup_trace_extent_swap() 2016 eb = src_path->nodes[cur_level + 1]; in qgroup_trace_extent_swap() 2017 parent_slot = src_path->slots[cur_level + 1]; in qgroup_trace_extent_swap() 2033 src_path->nodes[cur_level] = eb; in qgroup_trace_extent_swap() [all …]
|
| /OK3568_Linux_fs/kernel/fs/vboxsf/ |
| H A D | vboxsf_wrappers.c | 179 int vboxsf_rename(u32 root, struct shfl_string *src_path, in vboxsf_rename() argument 188 parms.src.u.pointer.size = shfl_string_buf_size(src_path); in vboxsf_rename() 189 parms.src.u.pointer.u.linear_addr = (uintptr_t)src_path; in vboxsf_rename()
|
| H A D | vfsmod.h | 121 int vboxsf_rename(u32 root, struct shfl_string *src_path,
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/ |
| H A D | pyinotify.py | 724 src_path = os.path.normpath(os.path.join(path_, raw_event.name)) 725 self._mv_cookie[raw_event.cookie] = (src_path, datetime.now()) 771 src_path = watch_.path 772 mv_ = self._mv.get(src_path) 778 src_path += os.path.sep 779 src_path_len = len(src_path) 784 if w.path.startswith(src_path):
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | resource_tool.c | 1409 static int write_file(int offset_block, const char *src_path, in write_file() argument 1412 LOGD("try to write file(%s) to offset:%d...", src_path, offset_block); in write_file() 1416 FILE *src_file = fopen(src_path, "rb"); in write_file() 1418 LOGE("Failed to open:%s", src_path); in write_file() 1422 file_size = get_file_size(src_path); in write_file()
|
| /OK3568_Linux_fs/u-boot/tools/rockchip/ |
| H A D | resource_tool.c | 1409 static int write_file(int offset_block, const char *src_path, in write_file() argument 1412 LOGD("try to write file(%s) to offset:%d...", src_path, offset_block); in write_file() 1416 FILE *src_file = fopen(src_path, "rb"); in write_file() 1418 LOGE("Failed to open:%s", src_path); in write_file() 1422 file_size = get_file_size(src_path); in write_file()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/perf/ |
| H A D | perf.bb | 168 src_path = os.path.dirname(s) 169 os.makedirs(os.path.join(dest_dir,src_path),exist_ok=True)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/ |
| H A D | hal_com_phycfg.c | 1397 s8 src_path; in phy_txpwr_by_rate_chk_for_path_dup() local 1420 src_path = -1; in phy_txpwr_by_rate_chk_for_path_dup() 1426 if (src_path == -1 && hal_data->txpwr_by_rate_undefined_band_path[band][path] == 0) in phy_txpwr_by_rate_chk_for_path_dup() 1427 src_path = path; in phy_txpwr_by_rate_chk_for_path_dup() 1430 if (src_path == -1) { in phy_txpwr_by_rate_chk_for_path_dup() 1442 , band_str(band), rf_path_char(src_path), rf_path_char(path)); in phy_txpwr_by_rate_chk_for_path_dup() 1443 phy_txpwr_by_rate_duplicate_band_path(adapter, band, src_path, path); in phy_txpwr_by_rate_chk_for_path_dup()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/ |
| H A D | hal_com_phycfg.c | 1528 s8 src_path; in phy_txpwr_by_rate_chk_for_path_dup() local 1551 src_path = -1; in phy_txpwr_by_rate_chk_for_path_dup() 1557 if (src_path == -1 && hal_data->txpwr_by_rate_undefined_band_path[band][path] == 0) in phy_txpwr_by_rate_chk_for_path_dup() 1558 src_path = path; in phy_txpwr_by_rate_chk_for_path_dup() 1561 if (src_path == -1) { in phy_txpwr_by_rate_chk_for_path_dup() 1573 , band_str(band), rf_path_char(src_path), rf_path_char(path)); in phy_txpwr_by_rate_chk_for_path_dup() 1574 phy_txpwr_by_rate_duplicate_band_path(adapter, band, src_path, path); in phy_txpwr_by_rate_chk_for_path_dup()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/ |
| H A D | hal_com_phycfg.c | 1528 s8 src_path; in phy_txpwr_by_rate_chk_for_path_dup() local 1551 src_path = -1; in phy_txpwr_by_rate_chk_for_path_dup() 1557 if (src_path == -1 && hal_data->txpwr_by_rate_undefined_band_path[band][path] == 0) in phy_txpwr_by_rate_chk_for_path_dup() 1558 src_path = path; in phy_txpwr_by_rate_chk_for_path_dup() 1561 if (src_path == -1) { in phy_txpwr_by_rate_chk_for_path_dup() 1573 , band_str(band), rf_path_char(src_path), rf_path_char(path)); in phy_txpwr_by_rate_chk_for_path_dup() 1574 phy_txpwr_by_rate_duplicate_band_path(adapter, band, src_path, path); in phy_txpwr_by_rate_chk_for_path_dup()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/ |
| H A D | hal_com_phycfg.c | 1536 s8 src_path; in phy_txpwr_by_rate_chk_for_path_dup() local 1559 src_path = -1; in phy_txpwr_by_rate_chk_for_path_dup() 1565 if (src_path == -1 && hal_data->txpwr_by_rate_undefined_band_path[band][path] == 0) in phy_txpwr_by_rate_chk_for_path_dup() 1566 src_path = path; in phy_txpwr_by_rate_chk_for_path_dup() 1569 if (src_path == -1) { in phy_txpwr_by_rate_chk_for_path_dup() 1581 , band_str(band), rf_path_char(src_path), rf_path_char(path)); in phy_txpwr_by_rate_chk_for_path_dup() 1582 phy_txpwr_by_rate_duplicate_band_path(adapter, band, src_path, path); in phy_txpwr_by_rate_chk_for_path_dup()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/ |
| H A D | hal_com_phycfg.c | 1604 s8 src_path; in phy_txpwr_by_rate_chk_for_path_dup() local 1627 src_path = -1; in phy_txpwr_by_rate_chk_for_path_dup() 1633 if (src_path == -1 && hal_data->txpwr_by_rate_undefined_band_path[band][path] == 0) in phy_txpwr_by_rate_chk_for_path_dup() 1634 src_path = path; in phy_txpwr_by_rate_chk_for_path_dup() 1637 if (src_path == -1) { in phy_txpwr_by_rate_chk_for_path_dup() 1649 , band_str(band), rf_path_char(src_path), rf_path_char(path)); in phy_txpwr_by_rate_chk_for_path_dup() 1650 phy_txpwr_by_rate_duplicate_band_path(adapter, band, src_path, path); in phy_txpwr_by_rate_chk_for_path_dup()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/ |
| H A D | hal_com_phycfg.c | 1605 s8 src_path; in phy_txpwr_by_rate_chk_for_path_dup() local 1628 src_path = -1; in phy_txpwr_by_rate_chk_for_path_dup() 1634 if (src_path == -1 && hal_data->txpwr_by_rate_undefined_band_path[band][path] == 0) in phy_txpwr_by_rate_chk_for_path_dup() 1635 src_path = path; in phy_txpwr_by_rate_chk_for_path_dup() 1638 if (src_path == -1) { in phy_txpwr_by_rate_chk_for_path_dup() 1650 , band_str(band), rf_path_char(src_path), rf_path_char(path)); in phy_txpwr_by_rate_chk_for_path_dup() 1651 phy_txpwr_by_rate_duplicate_band_path(adapter, band, src_path, path); in phy_txpwr_by_rate_chk_for_path_dup()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/ |
| H A D | hal_com_phycfg.c | 1604 s8 src_path; in phy_txpwr_by_rate_chk_for_path_dup() local 1627 src_path = -1; in phy_txpwr_by_rate_chk_for_path_dup() 1633 if (src_path == -1 && hal_data->txpwr_by_rate_undefined_band_path[band][path] == 0) in phy_txpwr_by_rate_chk_for_path_dup() 1634 src_path = path; in phy_txpwr_by_rate_chk_for_path_dup() 1637 if (src_path == -1) { in phy_txpwr_by_rate_chk_for_path_dup() 1649 , band_str(band), rf_path_char(src_path), rf_path_char(path)); in phy_txpwr_by_rate_chk_for_path_dup() 1650 phy_txpwr_by_rate_duplicate_band_path(adapter, band, src_path, path); in phy_txpwr_by_rate_chk_for_path_dup()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/ |
| H A D | hal_com_phycfg.c | 1604 s8 src_path; in phy_txpwr_by_rate_chk_for_path_dup() local 1627 src_path = -1; in phy_txpwr_by_rate_chk_for_path_dup() 1633 if (src_path == -1 && hal_data->txpwr_by_rate_undefined_band_path[band][path] == 0) in phy_txpwr_by_rate_chk_for_path_dup() 1634 src_path = path; in phy_txpwr_by_rate_chk_for_path_dup() 1637 if (src_path == -1) { in phy_txpwr_by_rate_chk_for_path_dup() 1649 , band_str(band), rf_path_char(src_path), rf_path_char(path)); in phy_txpwr_by_rate_chk_for_path_dup() 1650 phy_txpwr_by_rate_duplicate_band_path(adapter, band, src_path, path); in phy_txpwr_by_rate_chk_for_path_dup()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/ |
| H A D | hal_com_phycfg.c | 1655 s8 src_path; in phy_txpwr_by_rate_chk_for_path_dup() local 1678 src_path = -1; in phy_txpwr_by_rate_chk_for_path_dup() 1684 if (src_path == -1 && hal_data->txpwr_by_rate_undefined_band_path[band][path] == 0) in phy_txpwr_by_rate_chk_for_path_dup() 1685 src_path = path; in phy_txpwr_by_rate_chk_for_path_dup() 1688 if (src_path == -1) { in phy_txpwr_by_rate_chk_for_path_dup() 1700 , band_str(band), rf_path_char(src_path), rf_path_char(path)); in phy_txpwr_by_rate_chk_for_path_dup() 1701 phy_txpwr_by_rate_duplicate_band_path(adapter, band, src_path, path); in phy_txpwr_by_rate_chk_for_path_dup()
|