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:d_type
(Results
1 - 25
of
49
) sorted by relevance
1
2
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/
H
A
D
dir.cpp
46
d->cur.
d_type
= DT_DIR;
in readdir()
48
d->cur.
d_type
= DT_REG;
in readdir()
H
A
D
dir.h
31
unsigned char
d_type
;
member
/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()
116
} else if (ptr->
d_type
== DT_REG) {
in GetDirFilesDetail()
129
} else if (ptr->
d_type
!= DT_DIR) {
in GetDirFilesDetail()
162
} else if (ptr->
d_type
== DT_DIR) {
in GetDirFiles()
357
} else if (ptr->
d_type
== DT_REG) {
in GetUser0DirFilesDetail()
370
} else if (ptr->
d_type
!= DT_DIR) {
in GetUser0DirFilesDetail()
/foundation/filemanagement/storage_service/services/storage_daemon/volume/src/
H
A
D
process.cpp
141
if (dirEntry->
d_type
!= DT_LNK) continue;
in CheckFds()
161
if (dirEntry->
d_type
!= DT_DIR) continue;
in UpdatePidByPath()
/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()
244
if ((*(pNameList->namelist[i])).
d_type
== DT_REG) {
in RecursiveFunc()
246
} else if ((*(pNameList->namelist[i])).
d_type
== DT_DIR) {
in RecursiveFunc()
H
A
D
copy.cpp
277
if ((pNameList->namelist[i])->
d_type
== DT_LNK) {
in RecurCopyDir()
281
if ((pNameList->namelist[i])->
d_type
== DT_DIR) {
in RecurCopyDir()
334
if ((pNameList->namelist[i])->
d_type
== DT_LNK) {
in GetDirSize()
337
if ((pNameList->namelist[i])->
d_type
== DT_DIR) {
in GetDirSize()
/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()
299
if ((*(pNameList->namelist[i])).
d_type
== DT_REG) {
in RecursiveFunc()
301
} else if ((*(pNameList->namelist[i])).
d_type
== DT_DIR) {
in RecursiveFunc()
H
A
D
copy.cpp
382
if ((pNameList->namelist[i])->
d_type
== DT_LNK) {
in GetDirSize()
385
if ((pNameList->namelist[i])->
d_type
== DT_DIR) {
in GetDirSize()
411
if ((pNameList->namelist[i])->
d_type
== DT_LNK) {
in RecurCopyDir()
415
if ((pNameList->namelist[i])->
d_type
== DT_DIR) {
in RecurCopyDir()
/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/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/ability/idl_tool/idl_tool_2/util/
H
A
D
file.cpp
335
if (dirInfo->
d_type
== DT_REG && StringHelper::EndWith(dirInfo->d_name, ".idl")) {
in CreatePartDir()
341
if (dirInfo->
d_type
== DT_DIR) {
in CreatePartDir()
/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/innerkitsimpl/kvdb/src/
H
A
D
store_util.cpp
196
if (dp->
d_type
== DT_DIR) {
in GetSubPath()
214
if (dp->
d_type
== DT_REG) {
in GetFiles()
/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
60
return NVal::CreateBool(env, direntEntity->dirent_.
d_type
== dType).val_;
in CheckDirentDType()
/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()
1059
if (ptr->
d_type
== DT_REG) {
in ScanDir()
1098
if (ptr->
d_type
== DT_DIR) {
in ScanSoFiles()
1105
if (ptr->
d_type
in ScanSoFiles()
[all...]
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H
A
D
interface_manager.cpp
168
if ((de->d_name[0] != '.') && ((de->
d_type
== DT_DIR) || (de->
d_type
== DT_LNK))) {
in GetInterfaceNames()
/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/multimodalinput/input/tools/vuinput/src/
H
A
D
virtual_device.cpp
129
if (ptr->
d_type
== DT_REG) {
in RemoveDir()
134
} else if (ptr->
d_type
== DT_DIR) {
in RemoveDir()
324
if (ptr->
d_type
== DT_REG) {
in BrowseDirectory()
Completed in 34 milliseconds
1
2