Changeset df2d86e in rtems-tools
- Timestamp:
- 11/27/22 09:20:00 (2 months ago)
- Branches:
- master
- Children:
- f29483d
- Parents:
- 40529bc
- git-author:
- zhengxiaojun <17935334@…> (11/27/22 09:20:00)
- git-committer:
- Chris Johns <chrisj@…> (11/27/22 23:16:12)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tester/covoar/ReportsBase.cc
r40529bc rdf2d86e 66 66 // Create the output directory if it does not already exist 67 67 #ifdef _WIN32 68 sc = _mkdir( symbolSetOutputDirectory );68 sc = _mkdir( symbolSetOutputDirectory.c_str() ); 69 69 #else 70 70 sc = mkdir( symbolSetOutputDirectory.c_str(), 0755 );
Note: See TracChangeset
for help on using the changeset viewer.