Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/app_file_service/tools/backup_tool/src/
H A Dmain.cpp62 int options_index = 0; in GetArgsMap() local
64 while ((opt = getopt_long(argc, argv, "", vecLongOptions.data(), &options_index)) != -1) { in GetArgsMap()