Home
last modified time | relevance | path

Searched refs:file_path (Results 1 – 25 of 149) sorted by relevance

123456

/bsp/simulator/drivers/
A Ddfs_win32.c142 char * file_path; in dfs_win32_dirdup() local
144 return file_path; in dfs_win32_dirdup()
151 char *file_path; in dfs_win32_open() local
168 rt_free(file_path); in dfs_win32_open()
173 len = strlen(file_path); in dfs_win32_open()
176 file_path[len] = '\\'; in dfs_win32_open()
177 file_path[len + 1] = 0; in dfs_win32_open()
180 strcat(file_path, "*.*"); in dfs_win32_open()
188 rt_free(file_path); in dfs_win32_open()
200 rt_free(file_path); in dfs_win32_open()
[all …]
/bsp/ft32/tools/
A Dupgrade.py44 file_path = os.path.join(root,file)
46 with open(file_path,'r+',) as f:
71 file_path = os.path.join(root,file)
73 with open(file_path,'r+',) as f:
96 with open(file_path,'r+',) as f:
119 with open(file_path,'r+',) as f:
/bsp/Infineon/tools/
A Dupgrade.py44 file_path = os.path.join(root,file)
46 with open(file_path,'r+',) as f:
71 file_path = os.path.join(root,file)
73 with open(file_path,'r+',) as f:
96 with open(file_path,'r+',) as f:
119 with open(file_path,'r+',) as f:
/bsp/mm32/tools/
A Dupgrade.py46 file_path = os.path.join(root,file)
48 with open(file_path,'r+',) as f:
73 file_path = os.path.join(root,file)
75 with open(file_path,'r+',) as f:
98 with open(file_path,'r+',) as f:
121 with open(file_path,'r+',) as f:
/bsp/renesas/tools/
A Dstartup_check.py43 file_path = os.getcwd() + "/ra/fsp/src/bsp/cmsis/Device/RENESAS/Source/startup.c"
57 if check_file_changes(file_path):
59 revert_to_original(file_path)
/bsp/ht32/tools/
A Dsdk_dist.py40 def get_source(ic_model, file_path, system_path, base_path): argument
44 if not os.path.isfile(file_path):
47 with open(file_path, 'r') as file:
/bsp/ht32/libraries/usbd_library/
A Dcheckout.py5 def modification(file_path): argument
7 with open(file_path, 'r+') as file: # 'r+'模式允许读写
/bsp/hc32l136/
A D.ignore_format.yml3 # If you need to exclude a file, add the path to the file in file_path.
5 file_path:
/bsp/hk32/
A D.ignore_format.yml3 # If you need to exclude a file, add the path to the file in file_path.
5 file_path:
/bsp/yichip/yc3121-pos/
A D.ignore_format.yml3 # If you need to exclude a file, add the path to the file in file_path.
5 file_path:
/bsp/phytium/libraries/tools/auto_test/
A Dauto_compile.py46 file_path = os.path.join(root, file)
48 os.remove(file_path)
/bsp/w60x/
A Dmakeimg.py60 (file_path, file_name) = os.path.split(path)
65 exec_path = os.path.abspath(file_path + '/' + name + '.exe')
67 exec_path = os.path.abspath(file_path + '/' + name)
70 print('file_path: ' + file_path)
/bsp/renesas/ra6m3-hmi-board/board/ports/avi/player/
A Dplayer.c135 char file_path[64]; in search_files() local
136 rt_snprintf(file_path, sizeof(file_path), "%s/%s", dir_path, dirp->d_name); in search_files()
137 LOG_I("%s\n", file_path); in search_files()
139 player->video_list[player->video_num] = rt_strdup(file_path); in search_files()
/bsp/stm32/stm32f091-st-nucleo/board/
A D.ignore_format.yml3 # If you need to exclude a file, add the path to the file in file_path.
/bsp/stm32/stm32f103-dofly-M3S/board/
A D.ignore_format.yml3 # If you need to exclude a file, add the path to the file in file_path.
/bsp/stm32/stm32wb55-st-nucleo/board/
A D.ignore_format.yml3 # If you need to exclude a file, add the path to the file in file_path.
/bsp/stm32/stm32wl55-st-nucleo/board/
A D.ignore_format.yml3 # If you need to exclude a file, add the path to the file in file_path.
/bsp/stm32/stm32wle5-yizhilian-lm401/board/
A D.ignore_format.yml3 # If you need to exclude a file, add the path to the file in file_path.
/bsp/stm32/stm32wle5-yizhilian-lm402/board/
A D.ignore_format.yml3 # If you need to exclude a file, add the path to the file in file_path.
/bsp/stm32/stm32g071-st-nucleo/board/
A D.ignore_format.yml3 # If you need to exclude a file, add the path to the file in file_path.
/bsp/stm32/stm32g431-st-nucleo/board/
A D.ignore_format.yml3 # If you need to exclude a file, add the path to the file in file_path.
/bsp/stm32/stm32g491-st-nucleo/board/
A D.ignore_format.yml3 # If you need to exclude a file, add the path to the file in file_path.
/bsp/stm32/stm32h723-st-nucleo/board/
A D.ignore_format.yml3 # If you need to exclude a file, add the path to the file in file_path.
/bsp/stm32/stm32h743-armfly-v7/board/
A D.ignore_format.yml3 # If you need to exclude a file, add the path to the file in file_path.
/bsp/stm32/stm32h743-atk-apollo/board/
A D.ignore_format.yml3 # If you need to exclude a file, add the path to the file in file_path.

Completed in 45 milliseconds

123456