Home
last modified time | relevance | path

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

/external/adhd/cras/src/common/
Dcras_file_wait.c132 size_t watch_dir_len; in cras_file_wait_dispatch() local
191 watch_dir_len = file_wait->file_path_len; in cras_file_wait_dispatch()
195 watch_path_len = watch_dir_len; in cras_file_wait_dispatch()
198 watch_dir_end = file_wait->watch_dir + watch_dir_len - 1; in cras_file_wait_dispatch()
207 watch_dir_len = watch_dir_end - file_wait->watch_dir; in cras_file_wait_dispatch()
209 if (watch_dir_len == 0) { in cras_file_wait_dispatch()
215 watch_dir_len = 1; in cras_file_wait_dispatch()
266 watch_dir_len = file_wait->file_path_len; in cras_file_wait_dispatch()