Searched defs:output_path (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_reflect_utils.cpp239 string output_path = ComputePackagedPath(context.reflectPath, local
241 if (!SlangUtils::CreateDirectoryWithParents(llvm::StringRef(output_path),
244 output_path.c_str());
253 string output_filename(output_path);

Completed in 61 milliseconds