Avoid calling storage API
authorWoongsuk Cho <ws77.cho@samsung.com>
Wed, 4 May 2022 01:41:04 +0000 (10:41 +0900)
committer조웅석/Common Platform Lab(SR)/삼성전자 <ws77.cho@samsung.com>
Thu, 26 May 2022 05:35:46 +0000 (14:35 +0900)
commit732a1d9a6ebf060f5ea30363d8de311e1b5d7fb8
treee69dfccd77e763f2a331e5a0bb0d4504da4a4902
parentf509051b6a13b4e60dff99d9477a89e9dd510919
Avoid calling storage API

The storage API is used to get direcoty of SpecialFolder
In special case (like target booting up time), some delay can occur inside the API.

So, to avoid that kind of delay, set SpecialFolder with environment variable if that is set.
NativeLauncher/launcher/lib/core_runtime.cc