Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_util_posix.cc64 ThreadRestrictions::AssertIOAllowed(); in CallStat()
68 ThreadRestrictions::AssertIOAllowed(); in CallLstat()
73 ThreadRestrictions::AssertIOAllowed();
77 ThreadRestrictions::AssertIOAllowed();
85 ThreadRestrictions::AssertIOAllowed(); // For realpath(). in RealPath()
149 ThreadRestrictions::AssertIOAllowed(); // For call to mkstemp(). in CreateAndOpenFdForTemporaryFile()
191 ThreadRestrictions::AssertIOAllowed(); in MakeAbsoluteFilePath()
203 ThreadRestrictions::AssertIOAllowed(); in DeleteFile()
242 ThreadRestrictions::AssertIOAllowed(); in ReplaceFile()
253 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.cc25 ThreadRestrictions::AssertIOAllowed(); in MapFileRegionToMemory()
81 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.cc123 ThreadRestrictions::AssertIOAllowed(); in Send()
128 ThreadRestrictions::AssertIOAllowed(); in Receive()
141 ThreadRestrictions::AssertIOAllowed(); in ReceiveWithTimeout()
Dnative_library_posix.cc24 base::ThreadRestrictions::AssertIOAllowed(); in LoadNativeLibrary()
Dsys_info_posix.cc93 base::ThreadRestrictions::AssertIOAllowed(); in AmountOfFreeDiskSpace()
/external/libchrome/base/threading/
Dthread_restrictions.h161 static void AssertIOAllowed();
181 static void AssertIOAllowed() {} in AssertIOAllowed() function
Dthread_restrictions.cc36 void ThreadRestrictions::AssertIOAllowed() { in AssertIOAllowed() function in base::ThreadRestrictions
Dplatform_thread_posix.cc205 base::ThreadRestrictions::AssertIOAllowed(); in Join()
/external/libchrome/base/process/
Dlaunch_posix.cc500 base::ThreadRestrictions::AssertIOAllowed(); in LaunchProcess()
547 base::ThreadRestrictions::AssertIOAllowed(); in GetAppOutputInternal()
/external/libchrome/dbus/
Dbus.cc842 base::ThreadRestrictions::AssertIOAllowed(); in AssertOnDBusThread()