Home
last modified time | relevance | path

Searched refs:mkdtemp (Results 1 – 6 of 6) sorted by relevance

/hardware/google/aemu/base/include/aemu/base/testing/
DTestTempDir.h95 if (mkdtemp(&temp_dir[0])) { in TestTempDir()
192 char* mkdtemp(char* path) { in mkdtemp() function
/hardware/libhardware/tests/input/evdev/
DTestHelpers.cpp70 mName = mkdtemp(mName); in TempDir()
DAndroid.bp38 // here (e.g., use mkdtemp first). At least races will lead to an early failure, as
/hardware/interfaces/neuralnetworks/aidl/vts/functional/
DCompilationCachingTests.cpp235 char* cacheDir = mkdtemp(cacheDirTemp); in SetUp()
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DCompilationCachingTests.cpp234 char* cacheDir = mkdtemp(cacheDirTemp); in SetUp()
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DCompilationCachingTests.cpp237 char* cacheDir = mkdtemp(cacheDirTemp); in SetUp()