Searched refs:dirs (Results 1 – 6 of 6) sorted by relevance
/drivers/hdf_core/framework/tools/hdi-gen/util/ |
D | file.cpp | 299 std::queue<std::string> dirs; in CreateParentDir() local 300 dirs.push(rootDir); in CreateParentDir() 301 while (!dirs.empty()) { in CreateParentDir() 302 … std::string dirPath = dirs.front().back() == SEPARATOR ? dirs.front() : dirs.front() + SEPARATOR; in CreateParentDir() 303 dirs.pop(); in CreateParentDir() 323 dirs.emplace(dirPath + dirInfo->d_name); in CreateParentDir()
|
/drivers/hdf_core/framework/tools/hc-gen/test/ |
D | update_case.py | 230 for root, dirs, files in list_dirs:
|
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/ |
D | hdf_linux_scann.py | 89 for roots, dirs, files in os.walk(config_path): 117 for root_path, dirs, files in os.walk(path):
|
D | hdf_model_enable_operation.py | 198 for roots, dirs, files in os.walk(patch):
|
D | hdf_add_handler.py | 344 for root, dirs, _ in os.walk(drv_src_dir, topdown=True): 345 for dir_name in dirs:
|
D | hdf_get_handler.py | 132 for root_path, dirs, files in os.walk(drv_dir):
|