Searched refs:partPath (Results 1 – 1 of 1) sorted by relevance
112 SmallString<256> partPath; in handle() local114 partPath.clear(); in handle()115 sys::path::append(partPath, output, keyValue.first); in handle()117 sys::fs::create_directories(sys::path::parent_path(partPath)); in handle()120 auto f = std::make_unique<ToolOutputFile>(partPath.str(), ec, in handle()