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:LFS_ERR_CORRUPT
(Results
1 - 4
of
4
) sorted by relevance
/third_party/littlefs/bd/
H
A
D
lfs_testbd.c
162
LFS_TESTBD_TRACE("lfs_testbd_read -> %d",
LFS_ERR_CORRUPT
);
in lfs_testbd_read()
163
return
LFS_ERR_CORRUPT
;
in lfs_testbd_read()
188
LFS_TESTBD_TRACE("lfs_testbd_prog -> %d",
LFS_ERR_CORRUPT
);
in lfs_testbd_prog()
189
return
LFS_ERR_CORRUPT
;
in lfs_testbd_prog()
233
LFS_TESTBD_TRACE("lfs_testbd_erase -> %d",
LFS_ERR_CORRUPT
);
in lfs_testbd_erase()
234
return
LFS_ERR_CORRUPT
;
in lfs_testbd_erase()
H
A
D
lfs_emubd.c
234
LFS_EMUBD_TRACE("lfs_emubd_read -> %d",
LFS_ERR_CORRUPT
);
in lfs_emubd_read()
235
return
LFS_ERR_CORRUPT
;
in lfs_emubd_read()
289
LFS_EMUBD_TRACE("lfs_emubd_prog -> %d",
LFS_ERR_CORRUPT
);
in lfs_emubd_prog()
290
return
LFS_ERR_CORRUPT
;
in lfs_emubd_prog()
376
LFS_EMUBD_TRACE("lfs_emubd_erase -> %d",
LFS_ERR_CORRUPT
);
in lfs_emubd_erase()
377
return
LFS_ERR_CORRUPT
;
in lfs_emubd_erase()
/third_party/littlefs/
H
A
D
lfs.c
51
return
LFS_ERR_CORRUPT
;
in lfs_bd_read()
199
return
LFS_ERR_CORRUPT
;
in lfs_bd_flush()
761
return
LFS_ERR_CORRUPT
;
in lfs_dir_getread()
1080
// if either block address is invalid we return
LFS_ERR_CORRUPT
here,
in lfs_dir_fetchmatch()
1084
return
LFS_ERR_CORRUPT
;
in lfs_dir_fetchmatch()
1095
if (err && err !=
LFS_ERR_CORRUPT
) {
in lfs_dir_fetchmatch()
1099
if (err !=
LFS_ERR_CORRUPT
&&
in lfs_dir_fetchmatch()
1137
if (err ==
LFS_ERR_CORRUPT
) {
in lfs_dir_fetchmatch()
1166
if (err ==
LFS_ERR_CORRUPT
) {
in lfs_dir_fetchmatch()
1206
if (err ==
LFS_ERR_CORRUPT
) {
in lfs_dir_fetchmatch()
[all...]
H
A
D
lfs.h
74
LFS_ERR_CORRUPT
= -84, // Corrupted
enumerator
170
// May return
LFS_ERR_CORRUPT
if the block should be considered bad.
177
// May return
LFS_ERR_CORRUPT
if the block should be considered bad.
Completed in 8 milliseconds