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:DT_DIR
(Results
1 - 25
of
46
) sorted by relevance
1
2
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/
H
A
D
dir.h
24
#define
DT_DIR
4
macro
H
A
D
dir.cpp
46
d->cur.d_type =
DT_DIR
;
in readdir()
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H
A
D
directory_ex.cpp
112
} else if (ptr->d_type ==
DT_DIR
) {
in GetDirFiles()
179
if (ptr->d_type ==
DT_DIR
) {
in ForceRemoveDirectory()
270
if (ptr->d_type ==
DT_DIR
) {
in ChangeModeDirectory()
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H
A
D
list_file.cpp
99
if (filename.d_type ==
DT_DIR
) {
in FilterSuffix()
191
if ((filename->d_type ==
DT_DIR
&& g_optionArgs.recursion) || FilterResult(*filename)) {
in FilterFunc()
246
} else if ((*(pNameList->namelist[i])).d_type ==
DT_DIR
) {
in RecursiveFunc()
/foundation/filemanagement/app_file_service/utils/src/b_filesystem/
H
A
D
b_dir.cpp
51
if (entry->d_type !=
DT_DIR
|| (strcmp(entry->d_name, ".") != 0 && strcmp(entry->d_name, "..") != 0)) {
in IsEmptyDirectory()
129
} else if (ptr->d_type !=
DT_DIR
) {
in GetDirFilesDetail()
133
//
DT_DIR
type
in GetDirFilesDetail()
162
} else if (ptr->d_type ==
DT_DIR
) {
in GetDirFiles()
370
} else if (ptr->d_type !=
DT_DIR
) {
in GetUser0DirFilesDetail()
374
//
DT_DIR
type
in GetUser0DirFilesDetail()
/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H
A
D
file_utils.cpp
193
if (ent->d_type ==
DT_DIR
) {
in RmDirRecurse()
291
if ((ent->d_type !=
DT_DIR
) ||
in GetSubDirs()
318
if ((ent->d_type !=
DT_DIR
) ||
in ReadDigitDir()
354
if ((ent->d_type !=
DT_DIR
)) {
in OpenSubFile()
490
if (ent->d_type !=
DT_DIR
&& !flag) {
in TraverseDirUevent()
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H
A
D
application_cleaner.cpp
204
if (ptr->d_type ==
DT_DIR
&& strncmp(ptr->d_name, MARK_TEMP_DIR.c_str(), MARK_TEMP_LEN) == 0) {
in TraverseObsoleteTempDirectory()
209
if (ptr->d_type ==
DT_DIR
) {
in TraverseObsoleteTempDirectory()
/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H
A
D
dbinder_service_test_helper.cpp
53
if (
DT_DIR
!= ptr->d_type) {
in GetPidByName()
100
if (
DT_DIR
!= ptr->d_type) {
in GetChildPids()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H
A
D
listfile.cpp
155
if (filename.d_type ==
DT_DIR
) {
in FilterSuffix()
247
if ((filename->d_type ==
DT_DIR
&& g_optionArgs.recursion) || FilterResult(*filename)) {
in FilterFunc()
301
} else if ((*(pNameList->namelist[i])).d_type ==
DT_DIR
) {
in RecursiveFunc()
/foundation/filemanagement/app_file_service/tools/backup_tool/src/
H
A
D
tools_op.cpp
103
if (entry->d_type !=
DT_DIR
|| (strcmp(entry->d_name, ".") != 0 && strcmp(entry->d_name, "..") != 0)) {
in GetFIleNums()
/foundation/filemanagement/storage_service/services/storage_daemon/volume/src/
H
A
D
process.cpp
161
if (dirEntry->d_type !=
DT_DIR
) continue;
in UpdatePidByPath()
/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H
A
D
ipc_test_helper.cpp
110
(ptr->d_type !=
DT_DIR
)) {
in GetPidByName()
168
if (ptr->d_type !=
DT_DIR
) {
in GetChildPids()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H
A
D
process_system_api_adapter_impl.cpp
91
if (direntPtr->d_type ==
DT_DIR
) {
in SetSecurityOption()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H
A
D
connection_detector.cpp
157
if ((pNameList->namelist[i])->d_type ==
DT_DIR
) {
in GetConnectionStatus()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_dirent/
H
A
D
dirent_n_exporter.cpp
75
return CheckDirentDType(env, cbinfo,
DT_DIR
);
in isDirectory()
/foundation/filemanagement/dfs_service/utils/system/src/
H
A
D
utils_directory.cpp
255
if (ptr->d_type ==
DT_DIR
) {
in ForceRemoveDirectoryDeepFirst()
344
if (entry->d_type ==
DT_DIR
) {
in ChangeOwnerRecursive()
/foundation/filemanagement/storage_service/services/storage_daemon/utils/test/common/
H
A
D
help_utils.cpp
188
if (ent->d_type ==
DT_DIR
) {
in RmDirRecurse()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/common/
H
A
D
distributeddb_tools_test.cpp
104
if (direntPtr->d_type ==
DT_DIR
) {
in RemoveTestDbFiles()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H
A
D
installd_operator.cpp
677
if (ptr->d_type ==
DT_DIR
) {
in ChangeDirOwnerRecursively()
769
if (ptr->d_type ==
DT_DIR
) {
in DeleteFiles()
806
if (ptr->d_type ==
DT_DIR
) {
in DeleteFilesExceptDirs()
901
if (entry->d_type ==
DT_DIR
) {
in GetDiskUsage()
940
if (ptr->d_type ==
DT_DIR
&& strcmp(ptr->d_name, CACHE_DIR) == 0) {
in TraverseCacheDirectory()
945
if (ptr->d_type ==
DT_DIR
) {
in TraverseCacheDirectory()
1051
if (ptr->d_type ==
DT_DIR
) {
in ScanDir()
1098
if (ptr->d_type ==
DT_DIR
) {
in ScanSoFiles()
2074
if (ptr->d_type ==
DT_DIR
) {
in GetAtomicServiceBundleDataDir()
/foundation/resourceschedule/memmgr/common/src/
H
A
D
kernel_interface.cpp
416
} else if (ptr->d_type ==
DT_DIR
) {
in GetAllProcPids()
617
} else if (ptr->d_type ==
DT_DIR
) {
in GetAllUserIds()
/foundation/ability/idl_tool/idl_tool_2/util/
H
A
D
file.cpp
341
if (dirInfo->d_type ==
DT_DIR
) {
in CreatePartDir()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H
A
D
std_directory.cpp
155
case
DT_DIR
:
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/io/dev/
H
A
D
FileMonitor.cpp
135
case
DT_DIR
:
in recursivelyCollectAllFiles()
/foundation/multimodalinput/input/test/unittest/common/src/
H
A
D
system_info.cpp
58
if (pidFile->d_type !=
DT_DIR
) {
in GetTaskPidFile()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H
A
D
store_util.cpp
196
if (dp->d_type ==
DT_DIR
) {
in GetSubPath()
Completed in 17 milliseconds
1
2