Searched refs:kInvalidWatch (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/files/
H A Dfile_path_watcher_linux.cc48 static const Watch kInvalidWatch = -1; member in class:base::__anon2252::InotifyReader
51 // change. Returns kInvalidWatch on failure.
134 : watch(InotifyReader::kInvalidWatch),
150 // - Assuming |target_| exists, passing kInvalidWatch as |fired_watch| forces
291 return kInvalidWatch;
300 if (watch == kInvalidWatch)
301 return kInvalidWatch;
309 if (!valid_ || (watch == kInvalidWatch))
499 watch_entry.watch = InotifyReader::kInvalidWatch;
503 if (watch_entry.watch == InotifyReader::kInvalidWatch) {
[all...]

Completed in 1218 milliseconds