HomeSort by relevance Sort by last modified time
    Searched full:assertioallowed (Results 1 - 14 of 14) sorted by null

  /external/libchrome/base/files/
file_util_posix.cc 65 ThreadRestrictions::AssertIOAllowed();
69 ThreadRestrictions::AssertIOAllowed();
74 ThreadRestrictions::AssertIOAllowed();
78 ThreadRestrictions::AssertIOAllowed();
86 ThreadRestrictions::AssertIOAllowed(); // For realpath().
150 ThreadRestrictions::AssertIOAllowed(); // For call to mkstemp().
192 ThreadRestrictions::AssertIOAllowed();
204 ThreadRestrictions::AssertIOAllowed();
243 ThreadRestrictions::AssertIOAllowed();
254 ThreadRestrictions::AssertIOAllowed();
    [all...]
file_posix.cc 35 ThreadRestrictions::AssertIOAllowed();
40 ThreadRestrictions::AssertIOAllowed();
178 ThreadRestrictions::AssertIOAllowed();
183 ThreadRestrictions::AssertIOAllowed();
202 ThreadRestrictions::AssertIOAllowed();
224 ThreadRestrictions::AssertIOAllowed();
245 ThreadRestrictions::AssertIOAllowed();
252 ThreadRestrictions::AssertIOAllowed();
262 ThreadRestrictions::AssertIOAllowed();
288 ThreadRestrictions::AssertIOAllowed();
    [all...]
memory_mapped_file_posix.cc 26 ThreadRestrictions::AssertIOAllowed();
98 ThreadRestrictions::AssertIOAllowed();
file_util_mac.mm 18 ThreadRestrictions::AssertIOAllowed();
file.cc 60 // Go through the AssertIOAllowed logic.
file_enumerator_posix.cc 123 base::ThreadRestrictions::AssertIOAllowed();
  /external/libchrome/base/
native_library_posix.cc 25 ThreadRestrictions::AssertIOAllowed();
sync_socket_posix.cc 122 ThreadRestrictions::AssertIOAllowed();
127 ThreadRestrictions::AssertIOAllowed();
140 ThreadRestrictions::AssertIOAllowed();
sys_info_posix.cc 107 base::ThreadRestrictions::AssertIOAllowed();
117 base::ThreadRestrictions::AssertIOAllowed();
  /external/libchrome/base/threading/
thread_restrictions.h 115 // base::ThreadRestrictions::AssertIOAllowed();
118 // Style tip: where should you put AssertIOAllowed checks? It's best
123 // add the AssertIOAllowed checks in the helper functions.
163 static void AssertIOAllowed();
183 static void AssertIOAllowed() {}
thread_restrictions.cc 36 void ThreadRestrictions::AssertIOAllowed() {
platform_thread_posix.cc 208 base::ThreadRestrictions::AssertIOAllowed();
  /external/libchrome/base/process/
launch_posix.cc 505 base::ThreadRestrictions::AssertIOAllowed();
537 base::ThreadRestrictions::AssertIOAllowed();
  /external/libchrome/dbus/
bus.cc 844 base::ThreadRestrictions::AssertIOAllowed();
    [all...]

Completed in 147 milliseconds