Home
last modified time | relevance | path

Searched refs:GetFolderFromPathAsync (Results 1 – 25 of 37) sorted by relevance

12

/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/libretro/libretro-common/vfs/
H A Dvfs_implementation_uwp.cpp140 return concurrency::create_task(StorageFolder::GetFolderFromPathAsync(path));
744 …return concurrency::create_task(StorageFolder::GetFolderFromPathAsync(path_str)).then([](StorageFo… in uwp_drive_exists()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libretro/libretro-common/vfs/
H A Dvfs_implementation_uwp.cpp145 return concurrency::create_task(StorageFolder::GetFolderFromPathAsync(path));
814 …return concurrency::create_task(StorageFolder::GetFolderFromPathAsync(path_str)).then([](StorageFo… in uwp_drive_exists()
/dports/games/libretro-prboom/libretro-prboom-cc80175/libretro/libretro-common/vfs/
H A Dvfs_implementation_uwp.cpp142 return concurrency::create_task(StorageFolder::GetFolderFromPathAsync(path));
811 …return concurrency::create_task(StorageFolder::GetFolderFromPathAsync(path_str)).then([](StorageFo… in uwp_drive_exists()
/dports/games/libretro-beetle_saturn/beetle-saturn-libretro-ee5b214/libretro-common/vfs/
H A Dvfs_implementation_uwp.cpp94 return concurrency::create_task(StorageFolder::GetFolderFromPathAsync(path));
813 …return concurrency::create_task(StorageFolder::GetFolderFromPathAsync(path_str)).then([](StorageFo… in uwp_drive_exists()
/dports/games/libretro-genesis_plus_gx/Genesis-Plus-GX-7f83bc5/libretro/libretro-common/vfs/
H A Dvfs_implementation_uwp.cpp91 return concurrency::create_task(StorageFolder::GetFolderFromPathAsync(path));
758 …return concurrency::create_task(StorageFolder::GetFolderFromPathAsync(path_str)).then([](StorageFo… in uwp_drive_exists()
/dports/games/kodi-addon-game.libretro.genplus/game.libretro.genplus-1.7.4.15-Matrix/depends/common/genplus/libretro/libretro-common/vfs/
H A Dvfs_implementation_uwp.cpp91 return concurrency::create_task(StorageFolder::GetFolderFromPathAsync(path));
758 …return concurrency::create_task(StorageFolder::GetFolderFromPathAsync(path_str)).then([](StorageFo… in uwp_drive_exists()
/dports/emulators/libretro-vice/vice-libretro-5725415/libretro-common/vfs/
H A Dvfs_implementation_uwp.cpp145 return concurrency::create_task(StorageFolder::GetFolderFromPathAsync(path));
814 …return concurrency::create_task(StorageFolder::GetFolderFromPathAsync(path_str)).then([](StorageFo… in uwp_drive_exists()
/dports/games/mrboom/MrBoom-src-5.2/libretro-common/vfs/
H A Dvfs_implementation_uwp.cpp94 return concurrency::create_task(StorageFolder::GetFolderFromPathAsync(path));
813 …return concurrency::create_task(StorageFolder::GetFolderFromPathAsync(path_str)).then([](StorageFo… in uwp_drive_exists()
/dports/games/libretro-beetle_pce_fast/beetle-pce-fast-libretro-67426f4/libretro-common/vfs/
H A Dvfs_implementation_uwp.cpp94 return concurrency::create_task(StorageFolder::GetFolderFromPathAsync(path));
813 …return concurrency::create_task(StorageFolder::GetFolderFromPathAsync(path_str)).then([](StorageFo… in uwp_drive_exists()
/dports/games/libretro-cap32/libretro-cap32-ad7397f/libretro-common/vfs/
H A Dvfs_implementation_uwp.cpp145 return concurrency::create_task(StorageFolder::GetFolderFromPathAsync(path));
814 …return concurrency::create_task(StorageFolder::GetFolderFromPathAsync(path_str)).then([](StorageFo… in uwp_drive_exists()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/libretro-common/vfs/
H A Dvfs_implementation_uwp.cpp94 return concurrency::create_task(StorageFolder::GetFolderFromPathAsync(path));
813 …return concurrency::create_task(StorageFolder::GetFolderFromPathAsync(path_str)).then([](StorageFo… in uwp_drive_exists()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/libretro-common/vfs/
H A Dvfs_implementation_uwp.cpp94 return concurrency::create_task(StorageFolder::GetFolderFromPathAsync(path));
813 …return concurrency::create_task(StorageFolder::GetFolderFromPathAsync(path_str)).then([](StorageFo… in uwp_drive_exists()
/dports/multimedia/libmediainfo/MediaInfo_CLI_GNU_FromSource/ZenLib/Source/ZenLib/
H A DOS_Utils.cpp176 if (SUCCEEDED(Storage->GetFolderFromPathAsync(Folder_Name.Get(), &Async_GetFolder)) && in Get_Folder()
/dports/multimedia/libzen/MediaInfo_CLI_GNU_FromSource/ZenLib/Source/ZenLib/
H A DOS_Utils.cpp176 if (SUCCEEDED(Storage->GetFolderFromPathAsync(Folder_Name.Get(), &Async_GetFolder)) && in Get_Folder()
/dports/multimedia/mediainfo/MediaInfo_CLI_GNU_FromSource/ZenLib/Source/ZenLib/
H A DOS_Utils.cpp176 if (SUCCEEDED(Storage->GetFolderFromPathAsync(Folder_Name.Get(), &Async_GetFolder)) && in Get_Folder()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/libretro-common/vfs/
H A Dvfs_implementation_uwp.cpp96 return concurrency::create_task(StorageFolder::GetFolderFromPathAsync(path));
1044 …return concurrency::create_task(StorageFolder::GetFolderFromPathAsync(path_str)).then([](StorageFo… in uwp_drive_exists()
/dports/games/retroarch/RetroArch-1.9.7/libretro-common/vfs/
H A Dvfs_implementation_uwp.cpp95 return concurrency::create_task(StorageFolder::GetFolderFromPathAsync(path));
1041 …return concurrency::create_task(StorageFolder::GetFolderFromPathAsync(path_str)).then([](StorageFo… in uwp_drive_exists()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/plugins/platforms/winrt/
H A Dqwinrtfileengine.cpp169 hr = folderFactory->GetFolderFromPathAsync(nativeNewFilePath.Get(), &op); in getDestinationFolder()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/plugins/platforms/winrt/
H A Dqwinrtfileengine.cpp169 hr = folderFactory->GetFolderFromPathAsync(nativeNewFilePath.Get(), &op); in getDestinationFolder()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/plugins/platforms/winrt/
H A Dqwinrtfileengine.cpp169 hr = folderFactory->GetFolderFromPathAsync(nativeNewFilePath.Get(), &op); in getDestinationFolder()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/plugins/platforms/winrt/
H A Dqwinrtfileengine.cpp169 hr = folderFactory->GetFolderFromPathAsync(nativeNewFilePath.Get(), &op); in getDestinationFolder()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/plugins/platforms/winrt/
H A Dqwinrtfileengine.cpp169 hr = folderFactory->GetFolderFromPathAsync(nativeNewFilePath.Get(), &op); in getDestinationFolder()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/plugins/platforms/winrt/
H A Dqwinrtfileengine.cpp169 hr = folderFactory->GetFolderFromPathAsync(nativeNewFilePath.Get(), &op); in getDestinationFolder()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/plugins/platforms/winrt/
H A Dqwinrtfileengine.cpp169 hr = folderFactory->GetFolderFromPathAsync(nativeNewFilePath.Get(), &op); in getDestinationFolder()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/plugins/platforms/winrt/
H A Dqwinrtfileengine.cpp169 hr = folderFactory->GetFolderFromPathAsync(nativeNewFilePath.Get(), &op); in getDestinationFolder()

12