Home
last modified time | relevance | path

Searched refs:filepath (Results 1 – 5 of 5) sorted by relevance

/misc/debug_tools/acrn_crashlog/common/include/
A Dfsutils.h65 static inline ssize_t get_file_size(const char *filepath) in get_file_size() argument
69 if (filepath == NULL) in get_file_size()
72 if (stat(filepath, &info) < 0) in get_file_size()
78 static inline ssize_t get_file_blocks_size(const char *filepath) in get_file_blocks_size() argument
82 if (filepath == NULL) in get_file_blocks_size()
85 if (stat(filepath, &info) < 0) in get_file_blocks_size()
/misc/config_tools/configurator/packages/configurator/src/pages/Config/
A DBoard.vue133 let filepath = ''
135 filepath = this.newFilePath
137 filepath = this.currentSelectedBoard
139 if (filepath.length > 0) {
140 configurator.loadBoard(filepath)
144 if (useNewFile && filepath !== this.currentSelectedBoard) {
157 alert(`Loading ${filepath} failed: ${err}`)
200 res.map((filepath) => {
201 if (filepath.path.search('\\.board\\.xml') !== -1) {
202 boardPath = filepath.path
A DScenario.vue137 res.map((filepath) => {
138 if (filepath.path.search('scenario') != -1) {
139 scenarioPath = filepath.path
/misc/config_tools/board_inspector/extractors/
A D70-device-classes.py17 def add_child_with_file_contents(parent_node, tag, filepath, translations = {}): argument
19 with open(filepath, "r") as f:
/misc/config_tools/configurator/packages/configurator/src-tauri/src/
A Dconfigurator.rs257 Ok(filepath) => match fs::remove_file(&filepath) { in write_board()
262 filepath.to_str().unwrap_or_else(|| "").to_string(), in write_board()

Completed in 8 milliseconds