MCPcopy Create free account
hub / github.com/HandBrake/HandBrake / hb_rewinddir

Function hb_rewinddir

libhb/ports.c:905–912  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

903}
904
905void hb_rewinddir(HB_DIR *dir)
906{
907#ifdef SYS_MINGW
908 _wrewinddir(dir->wdir);
909#else
910 return rewinddir(dir);
911#endif
912}
913
914char * hb_strr_dir_sep(const char *path)
915{

Callers 2

hb_batch_initFunction · 0.85
hb_presets_add_pathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected