Searched refs:DxvPath (Results 1 – 1 of 1) sorted by relevance
218 std::string DxvPath = getToolChain().GetProgramPath("dxv"); in ConstructJob() local219 assert(DxvPath != "dxv" && "cannot find dxv"); in ConstructJob()228 const char *Exec = Args.MakeArgString(DxvPath); in ConstructJob()395 std::string DxvPath = GetProgramPath("dxv"); in requiresValidation() local396 if (DxvPath != "dxv") in requiresValidation()