Searched refs:DxvPath (Results 1 – 1 of 1) sorted by relevance
143 std::string DxvPath = getToolChain().GetProgramPath("dxv"); in ConstructJob() local144 assert(DxvPath != "dxv" && "cannot find dxv"); in ConstructJob()156 const char *Exec = Args.MakeArgString(DxvPath); in ConstructJob()253 std::string DxvPath = GetProgramPath("dxv"); in requiresValidation() local254 if (DxvPath != "dxv") in requiresValidation()