Searched refs:openDestinationFolder (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/expander/
H A DExpanderSettings.cpp96 bool openDestinationFolder; local
110 && read_data(file, openDestinationFolder)
136 fMessage.ReplaceBool("open_destination_folder", openDestinationFolder);
156 bool openDestinationFolder; local
168 &openDestinationFolder) == B_OK
185 file.Write(&openDestinationFolder, sizeof(openDestinationFolder));
230 bool openDestinationFolder; local
253 &openDestinationFolder) == B_OK)
254 fMessage.ReplaceBool("open_destination_folder", openDestinationFolder);
[all...]

Completed in 35 milliseconds