Searched refs:DestroyPath (Results 1 – 4 of 4) sorted by relevance
79 DestroyPath(path); in test_ReadEmptyKeyFile()94 DestroyPath(path); in test_ReadASCIIKeys()119 DestroyPath(path); in test_ReadHexKeys()153 DestroyPath(path); in test_ReadKeyFileWithComments()179 DestroyPath(path); in test_ReadKeyFileWithInvalidHex()
21 extern void DestroyPath(const char* pathname);
32 DestroyPath( in DestroyPath() function
16321 …- create 'DestroyPath()' companion to 'CreatePath()' to avoid trouble with 'free()' on 'const char…16325 …- create 'DestroyPath()' companion to 'CreatePath()' to avoid trouble with 'free()' on 'const char…16329 - use 'DestroyPath()' avoid trouble with 'free()' on 'const char*'