Home
last modified time | relevance | path

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

/test/xts/hats/kernel/syscalls/fileio/lsetxattr/
H A DLsetxattrApiTest.cpp52 int SetExtendedAttribute(const char* linkPath, const char* attrName, const char* attrValue, int flags = 0) in SetExtendedAttribute() argument
55 int ret = lsetxattr(linkPath, attrName, attrValue, attrSize, flags); in SetExtendedAttribute()
62 int GetExtendedAttribute(const char* linkPath, const char* attrName, char* buffer, size_t bufferSize) in GetExtendedAttribute() argument
64 ssize_t ret = lgetxattr(linkPath, attrName, buffer, bufferSize); in GetExtendedAttribute()
72 int RemoveExtendedAttribute(const char* linkPath, const char* attrName) in RemoveExtendedAttribute() argument
74 int ret = lremovexattr(linkPath, attrName); in RemoveExtendedAttribute()
278 const char* linkPath = "link_to_file.txt"; in HWTEST_F() local
285 num = sprintf_s(linkFilePath, BUFFER_SIZE, "%s/%s", OPEN_API_TEST_FILE, linkPath); in HWTEST_F()
295 int ret = linkat(newFd, targetFile, newFd, linkPath, 0); in HWTEST_F()
319 const char* linkPath in HWTEST_F() local
365 const char* linkPath = "link_to_file.txt"; HWTEST_F() local
406 const char* linkPath = "link_to_file.txt"; HWTEST_F() local
452 const char* linkPath = "link_to_file.txt"; HWTEST_F() local
[all...]

Completed in 1 milliseconds