Lines Matching refs:GetPath
80 sdk_symbols_symlink_fspec.GetPath().c_str()); in UpdateSDKDirectoryInfosIfNeeded()
96 local_sdk_cache.GetPath().c_str()); in UpdateSDKDirectoryInfosIfNeeded()
99 if (local_sdk_cache.GetPath(path, sizeof(path))) { in UpdateSDKDirectoryInfosIfNeeded()
113 m_sdk_directory_infos[i].directory.GetPath().c_str()); in UpdateSDKDirectoryInfosIfNeeded()
136 sdk_symbols_symlink_fspec.GetPath().c_str()); in UpdateSDKDirectoryInfosIfNeeded()
224 m_device_support_directory = fspec.GetPath(); in GetDeviceSupportDirectory()
251 if (sdk_dir_info->directory.GetPath(path, sizeof(path))) { in GetDeviceSupportDirectoryForOSVersion()
274 return llvm::sys::fs::create_directory(module_cache_folder.GetPath()); in MakeCacheFolderForFile()
313 HostInfo::GetSharedCacheImageInfo(module_spec.GetFileSpec().GetPath()); in GetSharedModuleWithLocalCache()
327 module_spec.GetFileSpec().GetPath().c_str()); in GetSharedModuleWithLocalCache()
337 module_spec.GetFileSpec().GetPath()); in GetSharedModuleWithLocalCache()
349 module_spec.GetFileSpec().GetPath().c_str(), in GetSharedModuleWithLocalCache()
350 local_spec.GetFileSpec().GetPath().c_str()); in GetSharedModuleWithLocalCache()
366 std::string module_path(module_spec.GetFileSpec().GetPath()); in GetSharedModuleWithLocalCache()
399 auto MD5 = llvm::sys::fs::md5_contents(module_cache_spec.GetPath()); in GetSharedModuleWithLocalCache()