Home
last modified time | relevance | path

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

/third_party/e2fsprogs/tests/progs/
Drandom_exercise.c117 void unlink_file(int fd) in unlink_file() function
162 unlink_file(fd); in main()
/third_party/boost/boost/interprocess/sync/windows/
Dnamed_sync.hpp206 return winapi::unlink_file(semfile.c_str()); in remove()
/third_party/boost/boost/interprocess/detail/
Dos_file_functions.hpp152 { return winapi::unlink_file(name); } in delete_file()
312 winapi::unlink_file(strFilePath.c_str()); in delete_subdirectories_recursive()
Dwin32_api.hpp1216 inline bool unlink_file(const char *filename) in unlink_file() function