OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inotify_fd_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/proxy/
proxy_config_service_linux.cc
1332
int
inotify_fd_
;
member in namespace:net::__anon13993
[
all
...]
/external/chromium_org/base/files/
file_path_watcher_linux.cc
78
const int
inotify_fd_
;
member in class:base::__anon6877::InotifyReader
256
inotify_fd_
(inotify_init()),
258
if (
inotify_fd_
< 0)
263
if (
inotify_fd_
>= 0 && pipe(shutdown_pipe_) == 0 && thread_.Start()) {
266
Bind(&InotifyReaderCallback, this,
inotify_fd_
, shutdown_pipe_[0]));
280
if (
inotify_fd_
>= 0)
281
close(
inotify_fd_
);
295
Watch watch = inotify_add_watch(
inotify_fd_
, path.value().c_str(),
318
inotify_rm_watch(
inotify_fd_
, watch);
Completed in 292 milliseconds