Searched refs:BundleFileName (Results 1 – 1 of 1) sorted by relevance
147 StringRef BundleFileName) { in getDeviceFileExtension() argument152 return sys::path::extension(BundleFileName); in getDeviceFileExtension()155 static std::string getDeviceLibraryFileName(StringRef BundleFileName, in getDeviceLibraryFileName() argument157 StringRef LibName = sys::path::stem(BundleFileName); in getDeviceLibraryFileName()158 StringRef Extension = getDeviceFileExtension(Device, BundleFileName); in getDeviceLibraryFileName()