Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/tools/hdi-gen/util/
Dfile.cpp302 … std::string dirPath = dirs.front().back() == SEPARATOR ? dirs.front() : dirs.front() + SEPARATOR; in CreateParentDir() local
304 DIR *dir = opendir(dirPath.c_str()); in CreateParentDir()
306 Logger::E(TAG, "failed to open '%s', errno:%d", dirPath.c_str(), errno); in CreateParentDir()
317 std::string filePath = dirPath + dirInfo->d_name; in CreateParentDir()
323 dirs.emplace(dirPath + dirInfo->d_name); in CreateParentDir()
/drivers/hdf_core/framework/tools/hcs-view/hcsVSCode/
Dextension.js159 const dirPath = path.dirname(resourcePath);