| 500 | , dir_length; // Portion of file_path which is the directory, used by BIVs. |
| 501 | |
| 502 | LoopFilesStruct() : orig_dir_length(0), long_dir(NULL) {} |
| 503 | ~LoopFilesStruct() |
| 504 | { |
| 505 | if (orig_dir_length) |
nothing calls this directly
no outgoing calls
no test coverage detected