Closed swift-kim closed 2 years ago
Part of https://github.com/flutter-tizen/engine/issues/239.
__X64_SHELL__
_linux.cc
_tizen.cc
GetExecutableDirectory
GetBinDirectory
Note: Two files (platform_channel_tizen.cc, settings_channel_tizen.cc) still have the _tizen.cc suffix in their names. Those files will be refactored properly in subsequent PRs.
platform_channel_tizen.cc
settings_channel_tizen.cc
Part of https://github.com/flutter-tizen/engine/issues/239.
__X64_SHELL__
and remove any related code._linux.cc
or_tizen.cc
.GetExecutableDirectory
toGetBinDirectory
and refactor. (Related to https://github.com/flutter-tizen/engine/pull/240.)Note: Two files (
platform_channel_tizen.cc
,settings_channel_tizen.cc
) still have the_tizen.cc
suffix in their names. Those files will be refactored properly in subsequent PRs.