Searched refs:path_is_dir (Results 1 – 5 of 5) sorted by relevance
58 extern ABool path_is_dir( const char* path );
247 path_is_dir( const char* path ) in path_is_dir() function
132 if (!path_is_dir(avdPath)) { in _getAvdContentPath()139 if (p < end && path_is_dir(temp)) { in _getAvdContentPath()
461 if (!path_is_dir(i->contentPath)) { in _avdInfo_getContentPath()468 if (p < end && path_is_dir(temp)) { in _avdInfo_getContentPath()
932 else if (opts->system != NULL && path_is_dir(opts->system)) { in sanitizeOptions()