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:IsLegalPath
(Results
1 - 15
of
15
) sorted by relevance
/base/hiviewdfx/hisysevent/adapter/native/idl/include/
H
A
D
file_util.h
33
bool
IsLegalPath
(const std::string& path);
/base/hiviewdfx/hiview/utility/common_utils/
H
A
D
calc_fingerprint.cpp
61
if (filePath.empty() || hash == nullptr || !FileUtil::
IsLegalPath
(filePath)) {
in CalcFileSha()
76
if (filePath.empty() || hash == nullptr || !FileUtil::
IsLegalPath
(filePath)) {
in CalcFileShaOriginal()
/base/hiviewdfx/hiview/plugins/event_store/event_export/config/
H
A
D
export_config_manager.cpp
57
if (!FileUtil::
IsLegalPath
(configDir) || !FileUtil::FileExists(configDir)) {
in Init()
/base/hiviewdfx/hisysevent/adapter/native/idl/src/
H
A
D
file_util.cpp
89
bool
IsLegalPath
(const std::string& path)
in IsLegalPath()
function
/base/hiviewdfx/hisysevent/test/moduletest/common/
H
A
D
hisysevent_adapter_native_test.cpp
272
auto ret = FileUtil::
IsLegalPath
("aa/../bb");
in HWTEST_F()
274
ret = FileUtil::
IsLegalPath
("aa/./bb");
in HWTEST_F()
276
ret = FileUtil::
IsLegalPath
("aa/bb/");
in HWTEST_F()
278
ret = FileUtil::
IsLegalPath
("aa/bb/cc");
in HWTEST_F()
/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/
H
A
D
log_util.cpp
106
if (file.empty() || !FileUtil::
IsLegalPath
(file)) {
in GetFileFd()
/base/global/i18n/frameworks/intl/include/
H
A
D
utils.h
45
bool
IsLegalPath
(const std::string& path);
/base/hiviewdfx/hiview/base/utility/test/unittest/common/
H
A
D
adapter_utility_ohos_test.cpp
453
auto ret = FileUtil::
IsLegalPath
("aa/../bb");
in HWTEST_F()
455
ret = FileUtil::
IsLegalPath
("aa/./bb");
in HWTEST_F()
457
ret = FileUtil::
IsLegalPath
("aa/bb/");
in HWTEST_F()
459
ret = FileUtil::
IsLegalPath
("aa/bb/cc");
in HWTEST_F()
/base/hiviewdfx/hiview/core/param_update/src/
H
A
D
log_sign_tools.cpp
74
if (path.empty() || hash == nullptr || !FileUtil::
IsLegalPath
(path)) {
in CalcFileSha()
/base/hiviewdfx/hiview/base/utility/
H
A
D
freeze_json_util.cpp
59
if (!FileUtil::
IsLegalPath
(filePath)) {
in GetFd()
H
A
D
file_util.cpp
398
bool
IsLegalPath
(const std::string& path)
in IsLegalPath()
function
/base/hiviewdfx/hiview/base/utility/include/
H
A
D
file_util.h
103
bool
IsLegalPath
(const std::string& path);
/base/global/i18n/frameworks/intl/src/
H
A
D
utils.cpp
241
bool
IsLegalPath
(const std::string& path)
in IsLegalPath()
function
H
A
D
signature_verifier.cpp
245
if (filePath.empty() || hash == nullptr || !
IsLegalPath
(filePath)) {
in CalcFileShaOriginal()
/base/global/i18n/frameworks/intl/test/unittest/
H
A
D
intl_test_extent.cpp
1079
IsLegalPath
(destPath);
in HWTEST_F()
1081
IsLegalPath
(relativePath);
in HWTEST_F()
Completed in 11 milliseconds