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:FBEX_UECE_PATH
(Results
1 - 2
of
2
) sorted by relevance
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/fbex_test/
H
A
D
fbex_test.cpp
41
constexpr const char *
FBEX_UECE_PATH
= "/dev/fbex_uece";
member
87
OHOS::RemoveFile(
FBEX_UECE_PATH
);
in HWTEST_F()
94
OHOS::ForceRemoveDirectory(
FBEX_UECE_PATH
);
in HWTEST_F()
95
OHOS::ForceCreateDirectory(
FBEX_UECE_PATH
);
in HWTEST_F()
100
OHOS::ForceRemoveDirectory(
FBEX_UECE_PATH
);
in HWTEST_F()
101
std::ofstream file(
FBEX_UECE_PATH
);
in HWTEST_F()
104
EXPECT_TRUE(OHOS::RemoveFile(
FBEX_UECE_PATH
));
in HWTEST_F()
179
std::ofstream file(
FBEX_UECE_PATH
);
in HWTEST_F()
182
EXPECT_TRUE(OHOS::RemoveFile(
FBEX_UECE_PATH
));
in HWTEST_F()
204
OHOS::ForceRemoveDirectory(
FBEX_UECE_PATH
);
in HWTEST_F()
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H
A
D
fbex.cpp
41
constexpr const char *
FBEX_UECE_PATH
= "/dev/fbex_uece";
member
151
FILE *f = fopen(
FBEX_UECE_PATH
, "r+");
in InstallEL5KeyToKernel()
274
FILE *f = fopen(
FBEX_UECE_PATH
, "r+");
in DeleteClassEPinCode()
307
FILE *f = fopen(
FBEX_UECE_PATH
, "r+");
in ChangePinCodeClassE()
369
FILE *f = fopen(
FBEX_UECE_PATH
, "r+");
in GenerateAppkey()
414
FILE *f = fopen(
FBEX_UECE_PATH
, "r+");
in LockUece()
496
FILE *f = fopen(
FBEX_UECE_PATH
, "r+");
in ReadESecretToKernel()
564
FILE *f = fopen(
FBEX_UECE_PATH
, "r+");
in WriteESecretToKernel()
Completed in 2 milliseconds