Searched refs:fullPath (Results 1 – 7 of 7) sorted by relevance
99 file->fullPath = strdup(path); in OsVfsOpen()100 if (file->fullPath == NULL) { in OsVfsOpen()192 if (file->fullPath != NULL) { in OsVfsClose()193 free((void *)file->fullPath); in OsVfsClose()314 if ((filep == NULL) || (filep->fMp == NULL) || filep->fullPath == NULL) { in OsVfsFstat()317 ret = stat(filep->fullPath, buf); in OsVfsFstat()
80 file->fullPath = NULL; in OsVfsPutFile()
61 const char *fullPath; member
278 file->fullPath = LOSCFG_FS_MALLOC_HOOK(len); in VfsOpen()279 if (file->fullPath == NULL) { in VfsOpen()285 (void)strcpy_s((char *)file->fullPath, len, path); in VfsOpen()299 LOSCFG_FS_FREE_HOOK((void *)file->fullPath); in VfsOpen()376 if (file->fullPath != NULL) { in VfsClose()377 LOSCFG_FS_FREE_HOOK((void *)file->fullPath); in VfsClose()1077 if ((filep == NULL) || (filep->fMp == NULL) || filep->fullPath == NULL) { in fstat()1080 ret = stat(filep->fullPath, buf); in fstat()
96 file->fullPath = NULL; in VfsFilePut()
82 const char *fullPath; member
113 char *fullPath = NULL; in GetFullpathNull() local122 fullPath = strdup(file->f_path); in GetFullpathNull()123 if (fullPath == NULL) { in GetFullpathNull()127 ret = GetFullpath(fd, path, &fullPath); in GetFullpathNull()133 *filePath = fullPath; in GetFullpathNull()