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:partInfo
(Results
1 - 3
of
3
) sorted by relevance
/kernel/liteos_a/fs/patchfs/
H
A
D
los_partition_utils.c
36
STATIC INT32 MatchPartPos(CHAR *p, const CHAR *partInfoName, INT32 *
partInfo
)
in MatchPartPos()
argument
45
if ((offset < strlen(value) - 1) || (sscanf_s(value, "%d",
partInfo
) <= 0)) {
in MatchPartPos()
48
*
partInfo
= *
partInfo
* BYTES_PER_MBYTE;
in MatchPartPos()
50
if ((offset < (strlen(value) - 1)) || (sscanf_s(value, "%d",
partInfo
) <= 0)) {
in MatchPartPos()
53
*
partInfo
= *
partInfo
* BYTES_PER_KBYTE;
in MatchPartPos()
54
} else if (sscanf_s(value, "0x%x",
partInfo
) > 0) {
in MatchPartPos()
71
STATIC INT32 MatchPartInfo(CHAR *p, struct PartitionInfo *
partInfo
)
in MatchPartInfo()
argument
73
const CHAR *storageTypeArgName =
partInfo
in MatchPartInfo()
160
GetPartitionInfo(struct PartitionInfo *
partInfo
)
GetPartitionInfo()
argument
199
GetDevNameOfPartition(const struct PartitionInfo *
partInfo
)
GetDevNameOfPartition()
argument
221
ResetDevNameofPartition(const struct PartitionInfo *
partInfo
)
ResetDevNameofPartition()
argument
[all...]
H
A
D
los_patchfs.c
42
struct PartitionInfo
partInfo
= {
in OsMountPatchFs()
local
52
partInfo
.storageType = strdup(STORAGE_TYPE);
in OsMountPatchFs()
53
if (
partInfo
.storageType == NULL) {
in OsMountPatchFs()
56
partInfo
.fsType = strdup(FS_TYPE);
in OsMountPatchFs()
57
if (
partInfo
.fsType == NULL) {
in OsMountPatchFs()
61
partInfo
.startAddr = PATCHFS_FLASH_ADDR;
in OsMountPatchFs()
62
partInfo
.partSize = PATCHFS_FLASH_SIZE;
in OsMountPatchFs()
64
ret = GetPartitionInfo(&
partInfo
);
in OsMountPatchFs()
68
partInfo
.startAddr = (
partInfo
in OsMountPatchFs()
[all...]
H
A
D
los_partition_utils.h
68
INT32 GetPartitionInfo(struct PartitionInfo *
partInfo
);
69
const CHAR *GetDevNameOfPartition(const struct PartitionInfo *
partInfo
);
70
INT32 ResetDevNameofPartition(const struct PartitionInfo *
partInfo
);
Completed in 2 milliseconds