Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:unlink
(Results
1 - 6
of
6
) sorted by relevance
/device/qemu/esp32/adapter/hals/utils/file/src/
H
A
D
hal_file.c
63
return
unlink
(path);
in HalFileDelete()
/device/qemu/SmartL_E802/adapter/hals/utils/file/src/
H
A
D
hal_file.c
63
return
unlink
(path);
in HalFileDelete()
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/posix/src/
H
A
D
file.c
276
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
D
unistd.h
55
* 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
D
scons_env_cfg.py
258
os.
unlink
(file_path)
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/
H
A
D
scons_env_cfg.py
258
os.
unlink
(file_path)
Completed in 4 milliseconds