Searched refs:listMode (Results 1 – 1 of 1) sorted by relevance
/haiku/src/bin/package/ |
H A D | command_list.cpp | 277 do_list(const char* packageFileName, bool listAttributes, ListMode listMode, in do_list() argument 291 switch (listMode) { in do_list() 303 listMode != LIST_META_INFO_ONLY, listAttributes); in do_list() 318 ListMode listMode = LIST_ALL; in command_list() local 338 listMode = LIST_META_INFO_ONLY; in command_list() 346 listMode = LIST_PATHS_ONLY; in command_list() 389 do_list<VersionPolicyV2>(packageFileName, listAttributes, listMode, true); in command_list() 390 do_list<VersionPolicyV1>(packageFileName, listAttributes, listMode, false); in command_list()
|