OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cancelled_
(Results
1 - 4
of
4
) sorted by null
/external/libchrome/base/files/
file_path_watcher.h
71
cancelled_
= true;
75
return
cancelled_
;
80
bool
cancelled_
;
member in class:base::FilePathWatcher::PlatformDelegate
file_path_watcher.cc
43
FilePathWatcher::PlatformDelegate::PlatformDelegate():
cancelled_
(false) {
/system/update_engine/payload_consumer/
filesystem_verifier_action.h
91
// ActionProcessor we're done w/ |code| as passed in. |
cancelled_
| should be
112
bool
cancelled_
{false}; // true if the action has been cancelled.
filesystem_verifier_action.cc
109
cancelled_
= true;
122
if (
cancelled_
)
219
if (
cancelled_
)
Completed in 408 milliseconds