Home
last modified time | relevance | path

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

/kernel/liteos_a/fs/vfs/operation/
H A Dvfs_other.c485 static void PrintFileInfo64(const struct stat64 *stat64Info, const char *name, const char *linkName) in PrintFileInfo64() argument
510 stat64Info->st_uid, stat64Info->st_gid, name, linkName); in PrintFileInfo64()
518 static void PrintFileInfo(const struct stat *statInfo, const char *name, const char *linkName) in PrintFileInfo() argument
543 statInfo->st_uid, statInfo->st_gid, name, linkName); in PrintFileInfo()
555 char linkName[NAME_MAX] = { 0 }; in LsFile() local
559 readlink(path, linkName, NAME_MAX); in LsFile()
561 PrintFileInfo64(&stat64Info, path, (const char *)linkName); in LsFile()
564 readlink(path, linkName, NAME_MAX); in LsFile()
566 PrintFileInfo(&statInfo, path, (const char *)linkName); in LsFile()
578 char linkName[NAME_MA in LsDir() local
[all...]

Completed in 1 milliseconds