Home
last modified time | relevance | path

Searched refs:automaticallyExpandFiles (Results 1 – 1 of 1) sorted by relevance

/haiku/src/apps/expander/
H A DExpanderSettings.cpp93 bool automaticallyExpandFiles; in ExpanderSettings() local
102 && read_data(file, automaticallyExpandFiles) in ExpanderSettings()
124 automaticallyExpandFiles); in ExpanderSettings()
152 bool automaticallyExpandFiles; in ~ExpanderSettings() local
163 &automaticallyExpandFiles) == B_OK in ~ExpanderSettings()
172 file.Write(&automaticallyExpandFiles, sizeof(automaticallyExpandFiles)); in ~ExpanderSettings()
226 bool automaticallyExpandFiles; in UpdateFrom() local
238 &automaticallyExpandFiles) == B_OK) { in UpdateFrom()
240 automaticallyExpandFiles); in UpdateFrom()