Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/demos/wvr/with_mb/
Dmain.TWL.lsf54 # Data must be placed after a shared NITRO/TWL overlay if it exists
/TwlSDK-5.4/build/libraries/fs/common/src/
Dfs_file.c642 BOOL exists; in FSi_ComplementDirectory() local
644 exists = FS_GetPathInfo(tmppath, info); in FSi_ComplementDirectory()
645 … FS_DEBUG_TRACE(" - \"%s\" is%s existent (result:%d)\n", tmppath, exists ? "" : " not", in FSi_ComplementDirectory()
649 if (!exists) in FSi_ComplementDirectory()