Home
last modified time | relevance | path

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

/third_party/boost/tools/build/src/engine/
Dpathnt.cpp141 int const dir_length = p - path; in canonicWindowsPath() local
142 OBJECT * const dir_obj = object_new_range( dir, dir_length ); in canonicWindowsPath()
149 if ( canonicWindowsPath( dir, dir_length, out ) ) in canonicWindowsPath()
/third_party/ffmpeg/libavformat/
Dwtvdec.c260 int dir_length, name_size, first_sector, depth; in wtvfile_open2() local
268 dir_length = AV_RL16(buf + 16); in wtvfile_open2()
276 if (dir_length == 0) { in wtvfile_open2()
295 buf += dir_length; in wtvfile_open2()