View Source ExAequo.SysInterface.Implementation (ExAequo v0.5.1)
Link to this section Summary
Functions
Callback implementation for ExAequo.SysInterface.Behavior.expand_path/1
.
Callback implementation for ExAequo.SysInterface.Behavior.lstat/2
.
Callback implementation for ExAequo.SysInterface.Behavior.wildcard/2
.
Link to this section Types
@type date_tuple() :: {non_neg_integer(), 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12, 1..255}
@type lstat_result() :: {:ok, File.Stat.t()} | {:error, File.posix()}
@type param_type() :: Keyword.t() | map()
@type params_t() :: map() | Keyword.t()
Link to this section Functions
@spec expand_path(Path.t()) :: binary()
Callback implementation for ExAequo.SysInterface.Behavior.expand_path/1
.
@spec lstat(Path.t(), File.stat_options()) :: lstat_result()
Callback implementation for ExAequo.SysInterface.Behavior.lstat/2
.
Callback implementation for ExAequo.SysInterface.Behavior.wildcard/2
.