Home
last modified time | relevance | path

Searched refs:dirs (Results 1 – 6 of 6) sorted by relevance

/drivers/hdf_core/framework/tools/hdi-gen/util/
Dfile.cpp299 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/
Dupdate_case.py230 for root, dirs, files in list_dirs:
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/
Dhdf_linux_scann.py89 for roots, dirs, files in os.walk(config_path):
117 for root_path, dirs, files in os.walk(path):
Dhdf_model_enable_operation.py198 for roots, dirs, files in os.walk(patch):
Dhdf_add_handler.py344 for root, dirs, _ in os.walk(drv_src_dir, topdown=True):
345 for dir_name in dirs:
Dhdf_get_handler.py132 for root_path, dirs, files in os.walk(drv_dir):