process_file
if (process_file(name) != B_OK)
if (process_file(arg) != B_OK)
void process_file(const char* path);
process_file(gFiles[i], i);
void process_file(const char* path);
process_file(fullPath);
process_file(files[i]);
process_file(ref);
process_file(entry);
process_file(entry);