Home
last modified time | relevance | path

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

/src/contrib/ntp/tests/libntp/
H A Drealpath.c25 static int/*BOOL*/ isValidAbsPath(const char * path) in isValidAbsPath() function
55 TEST_ASSERT_TRUE_MESSAGE(isValidAbsPath(resolved), "'.' not resolved to absolute path"); in test_CurrentWorkingDir()
90 TEST_ASSERT_TRUE_MESSAGE(isValidAbsPath(abs), errMsg("could not validate '%s'", abs)); in test_DevLinks()