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.c131 size_t watch_dir_len; in cras_file_wait_dispatch() local
187 watch_dir_len = file_wait->file_path_len; in cras_file_wait_dispatch()
191 watch_path_len = watch_dir_len; in cras_file_wait_dispatch()
194 watch_dir_end = file_wait->watch_dir + watch_dir_len - 1; in cras_file_wait_dispatch()
203 watch_dir_len = watch_dir_end - file_wait->watch_dir; in cras_file_wait_dispatch()
205 if (watch_dir_len == 0) { in cras_file_wait_dispatch()
211 watch_dir_len = 1; in cras_file_wait_dispatch()
263 watch_dir_len = file_wait->file_path_len; in cras_file_wait_dispatch()