Searched refs:ar_name_len (Results 1 – 1 of 1) sorted by relevance
57 size_t ar_name_len = 0; in Extract() local66 ar_name_len = strtoul(str.c_str() + 3, &err, 10); in Extract()94 if (ar_name_len > 0) in Extract()96 str.assign ((const char *)data.GetData(&offset, ar_name_len), ar_name_len); in Extract()100 ar_file_size = ar_size - ar_name_len; in Extract()