Searched refs:BundleFileName (Results 1 – 1 of 1) sorted by relevance
123 StringRef BundleFileName) { in getDeviceFileExtension() argument128 return sys::path::extension(BundleFileName); in getDeviceFileExtension()131 static std::string getDeviceLibraryFileName(StringRef BundleFileName, in getDeviceLibraryFileName() argument133 StringRef LibName = sys::path::stem(BundleFileName); in getDeviceLibraryFileName()134 StringRef Extension = getDeviceFileExtension(Device, BundleFileName); in getDeviceLibraryFileName()