Home
last modified time | relevance | path

Searched defs:create_tempfile (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pcre/src/sljit/allocator_src/
H A DsljitProtExecAllocatorPosix.c53 static SLJIT_INLINE int create_tempfile(void) in create_tempfile() function
/aosp_15_r20/system/update_engine/scripts/
H A Dbrillo_update_payload343 create_tempfile() { function
/aosp_15_r20/external/python/absl-py/absl/testing/
Dabsltest.py667 def create_tempfile(self, file_path=None, content=None, mode='w', member in TestCase