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:IsDirectory
(Results
1 - 25
of
28
) sorted by relevance
1
2
/base/hiviewdfx/hisysevent/adapter/native/idl/include/
H
A
D
file_util.h
28
bool
IsDirectory
(const std::string& dir);
/base/hiviewdfx/hidumper/interfaces/native/innerkits/include/
H
A
D
dump_common_utils.h
44
static bool
IsDirectory
(const std::string &path);
/base/hiviewdfx/hiview/plugins/event_store/event_export/task/expire/
H
A
D
event_expire_task.cpp
32
if (!FileUtil::
IsDirectory
(dir) && !FileUtil::ForceCreateDirectory(dir)) {
in CreateExpireFileScanDir()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/include/
H
A
D
file_util.h
28
bool
IsDirectory
(const std::string& dir);
/base/hiviewdfx/hiview/core/platform_config/
H
A
D
hiview_platform_config.cpp
60
if (!FileUtil::FileExists(configPath_) || FileUtil::
IsDirectory
(configPath_)) {
in ParsesConfig()
/base/hiviewdfx/hisysevent/adapter/native/idl/src/
H
A
D
file_util.cpp
41
bool
IsDirectory
(const std::string& dir)
in IsDirectory()
function
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/
H
A
D
file_util.cpp
43
bool
IsDirectory
(const std::string& dir)
in IsDirectory()
function
82
} else if (
IsDirectory
(dir)) {
in ForceRemoveDirectory()
/base/hiviewdfx/hiview/base/utility/
H
A
D
hiview_db_util.cpp
89
if (!FileUtil::
IsDirectory
(tmpUploadPath) && !FileUtil::ForceCreateDirectory(tmpUploadPath)) {
in InitDbUploadPath()
H
A
D
common_utils.cpp
173
return FileUtil::
IsDirectory
(procDir);
in IsPidExist()
H
A
D
file_util.cpp
333
bool
IsDirectory
(const std::string &path)
in IsDirectory()
function
/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/
H
A
D
log_util.cpp
127
if (FileUtil::
IsDirectory
(LogUtil::SMART_PARSER_TEST_DIR)) {
in IsTestModel()
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/
H
A
D
fault_detector_util.h
50
static bool
IsDirectory
(const std::string &path);
H
A
D
fault_detector_util.cpp
129
bool FaultDetectorUtil::
IsDirectory
(const string &path)
in IsDirectory()
function in OHOS::HiviewDFX::FaultDetectorUtil
154
if (!
IsDirectory
(path + "/" + childNode)) {
in GetSubDir()
179
if (
IsDirectory
(path + "/" + childNode)) {
in GetSubFile()
/base/hiviewdfx/hiview/plugins/event_store/event_export/task/export/
H
A
D
export_json_file_writer.cpp
202
if (!FileUtil::
IsDirectory
(tmpDir) && !FileUtil::ForceCreateDirectory(tmpDir)) {
in GetHiSysEventJsonTempDir()
242
if (!FileUtil::
IsDirectory
(dir) && !FileUtil::ForceCreateDirectory(dir)) {
in GetTmpZipFile()
254
if (!FileUtil::
IsDirectory
(dir) && !FileUtil::ForceCreateDirectory(dir)) {
in GetZipFile()
/base/hiviewdfx/hidumper/services/native/src/
H
A
D
dump_common_utils.cpp
61
bool DumpCommonUtils::
IsDirectory
(const std::string &path)
in IsDirectory()
function in OHOS::HiviewDFX::DumpCommonUtils
86
if (!
IsDirectory
(path + "/" + childNode)) {
in GetSubDir()
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H
A
D
common_util.cpp
102
if (!FileUtil::
IsDirectory
(path) && !FileUtil::ForceCreateDirectory(path)) {
in CreateExportFile()
/base/hiviewdfx/hiview/base/event_store/store/
H
A
D
sys_event_doc.cpp
138
if (!FileUtil::
IsDirectory
(dir) && !FileUtil::ForceCreateDirectory(dir)) {
in GetDir()
/base/hiviewdfx/hiview/plugins/sysevent_source/control/db/
H
A
D
daily_db_helper.cpp
95
if (!FileUtil::
IsDirectory
(tempDbPath) && !FileUtil::ForceCreateDirectory(tempDbPath)) {
in InitDbPath()
/base/hiviewdfx/hiview/plugins/sysevent_source/test/unittest/common/
H
A
D
daily_controller_test.cpp
71
if (FileUtil::
IsDirectory
(dbDir) && !FileUtil::ForceRemoveDirectory(dbDir)) {
in SetUp()
/base/hiviewdfx/hiview/base/utility/include/
H
A
D
file_util.h
99
bool
IsDirectory
(const std::string &path);
/base/hiviewdfx/hiview/plugins/event_store/event_export/database/adapter/
H
A
D
export_db_storage.cpp
150
if (!FileUtil::
IsDirectory
(dbStorePath) && !FileUtil::ForceCreateDirectory(dbStorePath)) {
in InitDbStore()
/base/hiviewdfx/hisysevent/test/moduletest/common/
H
A
D
hisysevent_adapter_native_test.cpp
254
ret = FileUtil::
IsDirectory
(LOG_DIR_PATH);
in HWTEST_F()
258
ret = FileUtil::
IsDirectory
(LOG_DIR_PATH);
in HWTEST_F()
/base/hiviewdfx/hidumper/test/unittest/common/
H
A
D
hidumper_configutils_test.cpp
381
ASSERT_TRUE(DUMP_COMMON_UTILS.
IsDirectory
(pathTest));
in HWTEST_F()
385
ASSERT_FALSE(DUMP_COMMON_UTILS.
IsDirectory
(pathTest2));
in HWTEST_F()
/base/hiviewdfx/hiview/plugins/unified_collector/
H
A
D
unified_collector.cpp
432
if (!FileUtil::
IsDirectory
(tempWorkPath) && !FileUtil::ForceCreateDirectory(tempWorkPath)) {
in InitWorkPath()
/base/hiviewdfx/hiview/plugins/unified_collector/storage/
H
A
D
cpu_storage.cpp
267
if (!FileUtil::
IsDirectory
(tempDbStorePath) && !FileUtil::ForceCreateDirectory(tempDbStorePath)) {
in InitDbStorePath()
Completed in 13 milliseconds
1
2