Searched refs:DstPath (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | FileCollector.cpp | 93 SmallString<256> DstPath = StringRef(Root); in addFileImpl() local 94 sys::path::append(DstPath, sys::path::relative_path(CopyFrom)); in addFileImpl() 101 addFileToMapping(VirtualPath, DstPath); in addFileImpl()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
D | vktBuildPrograms.cpp | 560 DE_DECLARE_COMMAND_LINE_OPT(DstPath, std::string); 592 parser << Option<opt::DstPath>("d", "dst-path", "Destination path", "out") in registerOptions() 691 cmdLine.getOption<opt::DstPath>(), in main()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
D | vktBuildPrograms.cpp | 560 DE_DECLARE_COMMAND_LINE_OPT(DstPath, std::string); 592 parser << Option<opt::DstPath>("d", "dst-path", "Destination path", "out") in registerOptions() 691 cmdLine.getOption<opt::DstPath>(), in main()
|