OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:target_file_affected
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/files/
file_path_watcher_mac.cc
79
// |event|. Sets |
target_file_affected
| to true if |target_| is affected.
82
bool*
target_file_affected
,
86
// |event|. Sets |
target_file_affected
| to true if |target_| is affected.
89
bool*
target_file_affected
,
93
// |event|. Sets |
target_file_affected
| to true if |target_| is affected.
96
bool*
target_file_affected
,
100
// Sets |
target_file_affected
| to true if |target_| is affected.
102
bool UpdateWatches(bool*
target_file_affected
);
238
bool*
target_file_affected
,
245
*
target_file_affected
= true
386
bool
target_file_affected
= event_data->subdir_.empty();
local
[
all
...]
/external/chromium_org/base/files/
file_path_watcher_kqueue.cc
91
// |event|. Sets |
target_file_affected
| to true if |target_| is affected.
94
bool*
target_file_affected
,
98
// |event|. Sets |
target_file_affected
| to true if |target_| is affected.
101
bool*
target_file_affected
,
105
// |event|. Sets |
target_file_affected
| to true if |target_| is affected.
108
bool*
target_file_affected
,
112
// Sets |
target_file_affected
| to true if |target_| is affected.
114
bool UpdateWatches(bool*
target_file_affected
);
255
bool*
target_file_affected
,
262
*
target_file_affected
= true
402
bool
target_file_affected
= event_data->subdir_.empty();
local
[
all
...]
Completed in 88 milliseconds