Home
last modified time | relevance | path

Searched refs:stat1 (Results 1 - 3 of 3) sorted by relevance

/test/xts/hats/kernel/syscalls/fileio/fchownat/
H A DFchownatApiTest.cpp72 struct stat stat1; in HWTEST_F() local
80 ret = fstat(fd, &stat1); in HWTEST_F()
82 uid_t uid = stat1.st_uid + 1; in HWTEST_F()
83 gid_t gid = stat1.st_gid + 1; in HWTEST_F()
108 struct stat stat1; in HWTEST_F() local
120 ret = fstat(fd, &stat1); in HWTEST_F()
122 uid_t uid = stat1.st_uid + 1; in HWTEST_F()
123 gid_t gid = stat1.st_gid + 1; in HWTEST_F()
164 struct stat stat1; in HWTEST_F() local
174 ret = fstat(fd, &stat1); in HWTEST_F()
207 struct stat stat1; HWTEST_F() local
250 struct stat stat1; HWTEST_F() local
[all...]
/test/xts/hats/kernel/syscalls/fileio/fchown/
H A DFchownApiTest.cpp67 struct stat stat1; in HWTEST_F() local
72 ret = fstat(fd, &stat1); in HWTEST_F()
73 uid_t uid = stat1.st_uid + 1; in HWTEST_F()
74 gid_t gid = stat1.st_gid + 1; in HWTEST_F()
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/
H A Dnapi_test.cpp8316 JSVM_Status stat1 = OH_JSVM_GetInstanceData(env, (void **)&resData); in GetInstanceData() local
8317 bool setResult = stat1 == JSVM_OK; in GetInstanceData()
8883 JSVM_Status stat1 = OH_JSVM_AllocateArrayBufferBackingStoreData(100, JSVM_ZERO_INITIALIZED, &backingStore); in useArrayBuffer() local
8884 JSVM_ASSERT_RETURN_VOID(env, stat1 != JSVM_OK, "OH_JSVM_AllocateArrayBufferBackingStoreData check status"); in useArrayBuffer()
8982 JSVM_Status stat1 = OH_JSVM_AllocateArrayBufferBackingStoreData(storeLen, JSVM_ZERO_INITIALIZED, &storeData); in useArrayBuffer2() local
8983 JSVM_ASSERT_RETURN_VOID(env, stat1 != JSVM_OK, "OH_JSVM_AllocateArrayBufferBackingStoreData check status"); in useArrayBuffer2()
9057 JSVM_Status stat1 = OH_JSVM_AllocateArrayBufferBackingStoreData(storeLen, JSVM_ZERO_INITIALIZED, &storeData); in useArrayBuffer3() local
9058 JSVM_ASSERT_RETURN_VOID(env, stat1 != JSVM_OK, "OH_JSVM_AllocateArrayBufferBackingStoreData check status"); in useArrayBuffer3()

Completed in 19 milliseconds