Searched refs:path_delete_file (Results 1 – 3 of 3) sorted by relevance
158 extern APosixStatus path_delete_file( const char* path );
193 if ( path_delete_file( lock->temp ) < 0 ) { in filelock_lock()354 path_delete_file( (char*)lock->temp ); in filelock_release()
570 path_delete_file( const char* path ) in path_delete_file() function