Searched refs:BundlePath (Results 1 – 1 of 1) sorted by relevance
527 SmallString<256> BundlePath(InputPath); in expandBundle() local529 sys::path::remove_dots(BundlePath); in expandBundle()531 if (sys::fs::is_directory(BundlePath) && in expandBundle()532 sys::path::extension(BundlePath) == ".dSYM") { in expandBundle()534 sys::path::append(BundlePath, "Contents", "Resources", "DWARF"); in expandBundle()535 for (sys::fs::directory_iterator Dir(BundlePath, EC), DirEnd; in expandBundle()550 error(BundlePath, EC); in expandBundle()