Home
last modified time | relevance | path

Searched defs:WatchOptions (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/base/files/
H A Dfile_path_watcher.h104 struct WatchOptions { struct
105 Type type = Type::kNonRecursive;
131 using WatchOptions = FilePathWatcher::WatchOptions; argument
/aosp_15_r20/external/tensorflow/tensorflow/python/debug/wrappers/
H A Dframework.py828 class WatchOptions: class