Home
last modified time | relevance | path

Searched refs:root_path (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/tools/cmake/
Dgit_submodules.cmake8 function(git_submodule_check root_path)
13 function(git_submodule_check root_path)
25 WORKING_DIRECTORY ${root_path}
44 WORKING_DIRECTORY ${root_path}
57 … get_filename_component(submodule_abs_path ${submodule_path} ABSOLUTE BASE_DIR ${root_path})
61 set(submodule_head "${root_path}/.git/modules/${submodule_path}/HEAD")
/hal_espressif-3.6.0/tools/ci/
Dcheck_callgraph.py342 def find_files_recursive(root_path, ext): # type: (str, str) -> Generator[str, None, None] argument
343 for root, _, files in os.walk(root_path):