Home
last modified time | relevance | path

Searched refs:pathCacheSize (Results 1 – 1 of 1) sorted by relevance

/kernel/liteos_a/fs/vfs/
Dpath_cache.c115 size_t pathCacheSize; in PathCacheAlloc() local
121 pathCacheSize = sizeof(struct PathCache) + len + 1; in PathCacheAlloc()
123 pc = (struct PathCache*)zalloc(pathCacheSize); in PathCacheAlloc()