Searched refs:kCodeCache (Results 1 - 12 of 12) sorted by relevance

/system/core/libnativebridge/tests/
H A DCodeCacheExists_test.cpp30 ASSERT_EQ(-1, stat(kCodeCache, &st));
34 ASSERT_EQ(0, mkdir(kCodeCache, S_IRWXU | S_IRWXG | S_IXOTH));
44 ASSERT_EQ(0, stat(kCodeCache, &st));
49 ASSERT_EQ(0, rmdir(kCodeCache));
H A DCodeCacheCreate_test.cpp30 ASSERT_EQ(-1, stat(kCodeCache, &st));
41 ASSERT_EQ(0, stat(kCodeCache, &st));
46 ASSERT_EQ(0, rmdir(kCodeCache));
H A DCodeCacheStatFail_test.cpp29 int fd = creat(kCodeCache, O_RDWR);
48 unlink(kCodeCache);
H A DNativeBridge3GetError_test.cpp36 ASSERT_EQ(0, rmdir(kCodeCache));
H A DNativeBridge3InitAnonymousNamespace_test.cpp36 ASSERT_EQ(0, rmdir(kCodeCache));
H A DNativeBridge3IsPathSupported_test.cpp36 ASSERT_EQ(0, rmdir(kCodeCache));
H A DNativeBridge3UnloadLibrary_test.cpp36 ASSERT_EQ(0, rmdir(kCodeCache));
H A DNativeBridgeTest.h26 constexpr const char* kCodeCache = "./code_cache"; variable
H A DNativeBridge2Signal_test.cpp39 ASSERT_EQ(0, rmdir(kCodeCache));
H A DNativeBridge3CreateNamespace_test.cpp37 ASSERT_EQ(0, rmdir(kCodeCache));
H A DNativeBridge3LoadLibraryExt_test.cpp36 ASSERT_EQ(0, rmdir(kCodeCache));
H A DCompleteFlow_test.cpp44 ASSERT_EQ(0, rmdir(kCodeCache));

Completed in 240 milliseconds