Home
last modified time | relevance | path

Searched refs:AssertIOAllowed (Results 1 – 13 of 13) sorted by relevance

/external/libchrome/base/files/
Dfile_util_posix.cc65 ThreadRestrictions::AssertIOAllowed(); in CallStat()
69 ThreadRestrictions::AssertIOAllowed(); in CallLstat()
74 ThreadRestrictions::AssertIOAllowed();
78 ThreadRestrictions::AssertIOAllowed();
86 ThreadRestrictions::AssertIOAllowed(); // For realpath(). in RealPath()
150 ThreadRestrictions::AssertIOAllowed(); // For call to mkstemp(). in CreateAndOpenFdForTemporaryFile()
192 ThreadRestrictions::AssertIOAllowed(); in MakeAbsoluteFilePath()
204 ThreadRestrictions::AssertIOAllowed(); in DeleteFile()
243 ThreadRestrictions::AssertIOAllowed(); in ReplaceFile()
254 ThreadRestrictions::AssertIOAllowed(); in CopyDirectory()
[all …]
Dfile_posix.cc35 ThreadRestrictions::AssertIOAllowed(); in CallFstat()
40 ThreadRestrictions::AssertIOAllowed();
178 ThreadRestrictions::AssertIOAllowed(); in Close()
183 ThreadRestrictions::AssertIOAllowed(); in Seek()
202 ThreadRestrictions::AssertIOAllowed(); in Read()
224 ThreadRestrictions::AssertIOAllowed(); in ReadAtCurrentPos()
245 ThreadRestrictions::AssertIOAllowed(); in ReadNoBestEffort()
252 ThreadRestrictions::AssertIOAllowed(); in ReadAtCurrentPosNoBestEffort()
262 ThreadRestrictions::AssertIOAllowed(); in Write()
288 ThreadRestrictions::AssertIOAllowed(); in WriteAtCurrentPos()
[all …]
Dmemory_mapped_file_posix.cc26 ThreadRestrictions::AssertIOAllowed(); in MapFileRegionToMemory()
98 ThreadRestrictions::AssertIOAllowed(); in CloseHandles()
Dfile_util_mac.mm18 ThreadRestrictions::AssertIOAllowed();
Dfile_enumerator_posix.cc123 base::ThreadRestrictions::AssertIOAllowed(); in ReadDirectory()
/external/libchrome/base/
Dsync_socket_posix.cc122 ThreadRestrictions::AssertIOAllowed(); in Send()
127 ThreadRestrictions::AssertIOAllowed(); in Receive()
140 ThreadRestrictions::AssertIOAllowed(); in ReceiveWithTimeout()
Dsys_info_posix.cc107 base::ThreadRestrictions::AssertIOAllowed(); in AmountOfFreeDiskSpace()
117 base::ThreadRestrictions::AssertIOAllowed(); in AmountOfTotalDiskSpace()
Dnative_library_posix.cc25 ThreadRestrictions::AssertIOAllowed(); in LoadNativeLibrary()
/external/libchrome/base/threading/
Dthread_restrictions.h163 static void AssertIOAllowed();
183 static void AssertIOAllowed() {} in AssertIOAllowed() function
Dthread_restrictions.cc36 void ThreadRestrictions::AssertIOAllowed() { in AssertIOAllowed() function in base::ThreadRestrictions
Dplatform_thread_posix.cc208 base::ThreadRestrictions::AssertIOAllowed(); in Join()
/external/libchrome/base/process/
Dlaunch_posix.cc505 base::ThreadRestrictions::AssertIOAllowed(); in LaunchProcess()
537 base::ThreadRestrictions::AssertIOAllowed(); in GetAppOutputInternal()
/external/libchrome/dbus/
Dbus.cc844 base::ThreadRestrictions::AssertIOAllowed(); in AssertOnDBusThread()