Home
last modified time | relevance | path

Searched refs:unlink (Results 1 - 6 of 6) sorted by relevance

/device/qemu/esp32/adapter/hals/utils/file/src/
H A Dhal_file.c63 return unlink(path); in HalFileDelete()
/device/qemu/SmartL_E802/adapter/hals/utils/file/src/
H A Dhal_file.c63 return unlink(path); in HalFileDelete()
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/posix/src/
H A Dfile.c276 int unlink(const char *path) in unlink() function
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H A Dunistd.h55 * if the descriptor was the last reference to a file which has been removed using unlink() the file is deleted.
78 * @see dup | fclose | fopen | ioctl | open | unlink
376 * The unlink() function shall remove a link to file. When the file's link count becomes 0 and no process
378 * If one or more processes have the file open when the last link is removed, the link shall be removed before unlink() returns,
385 * <li>If the unlink() function is called to remove a file in /dev, it shall just call the registered unlink hook function
398 * or remove a file in /dev which doesn't register the unlink function.</li>
400 * <li><b>ENOTEMPTY</b>: unlink a pseudo-file which is functioning as a directory and the directory is not empty.</li>
411 int unlink(const char *);
450 * @see mkdir | remove | rename | unlink
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/build/scripts/
H A Dscons_env_cfg.py258 os.unlink(file_path)
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/
H A Dscons_env_cfg.py258 os.unlink(file_path)

Completed in 4 milliseconds