HomeSort by relevance Sort by last modified time
    Searched refs:kCodeCache (Results 1 - 6 of 6) sorted by null

  /system/core/libnativebridge/tests/
CodeCacheExists_test.cpp 30 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));
CodeCacheCreate_test.cpp 30 ASSERT_EQ(-1, stat(kCodeCache, &st));
41 ASSERT_EQ(0, stat(kCodeCache, &st));
46 ASSERT_EQ(0, rmdir(kCodeCache));
NativeBridgeTest.h 26 constexpr const char* kCodeCache = "./code_cache";
CodeCacheStatFail_test.cpp 29 int fd = creat(kCodeCache, O_RDWR);
48 unlink(kCodeCache);
NativeBridge2Signal_test.cpp 39 ASSERT_EQ(0, rmdir(kCodeCache));
CompleteFlow_test.cpp 44 ASSERT_EQ(0, rmdir(kCodeCache));

Completed in 135 milliseconds