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:HksIsDirExist
(Results
1 - 7
of
7
) sorted by relevance
/base/security/huks/utils/file_operator/
H
A
D
hks_file_operator.h
86
int32_t
HksIsDirExist
(const char *path);
H
A
D
hks_file_operator.c
280
int32_t
HksIsDirExist
(const char *path)
in HksIsDirExist()
function
H
A
D
hks_file_operator_lite.c
200
int32_t
HksIsDirExist
(const char *path)
in HksIsDirExist()
function
/base/security/huks/test/unittest/huks_standard_test/module_test/utils_test/src/
H
A
D
hks_file_operator_test.cpp
121
* @tc.desc: tdd
HksIsDirExist
, with NULL input, expect HKS_ERROR_NULL_POINTER
127
int32_t ret =
HksIsDirExist
(nullptr);
in HWTEST_F()
128
ASSERT_EQ(ret, HKS_ERROR_NULL_POINTER) << "
HksIsDirExist
failed, ret = " << ret;
in HWTEST_F()
/base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/
H
A
D
hks_storage_utils.c
449
if (
HksIsDirExist
(curPath) == HKS_SUCCESS) {
in HksMakeFullDir()
501
return
HksIsDirExist
(userPath) == HKS_SUCCESS ? HKS_SUCCESS : HKS_ERROR_NO_PERMISSION;
in CheckUserPathExist()
H
A
D
hks_storage.c
499
ret =
HksIsDirExist
(destroyPath);
in DestroyType()
/base/security/huks/services/huks_standard/huks_service/main/upgrade/file_transfer/src/
H
A
D
hks_file_transfer.c
268
if (
HksIsDirExist
(HKS_KEY_STORE_TMP_PATH) == HKS_SUCCESS) {
in CopyDeToTmpPathIfNeed()
Completed in 10 milliseconds