Searched refs:COWPath (Results 1 – 2 of 2) sorted by relevance
336 std::string COWPath = sys::fs::getMainExecutable(ToolName.str().c_str(), P); in BinaryWrapper() local337 if (!COWPath.empty()) { in BinaryWrapper()338 auto COWDir = sys::path::parent_path(COWPath); in BinaryWrapper()
211 auto COWPath = sys::fs::getMainExecutable(Name, Ptr); in getMainExecutable() local212 return sys::path::parent_path(COWPath).str(); in getMainExecutable()