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
defs:dataDir
(Results
51 - 74
of
74
) sorted by relevance
1
2
3
/third_party/icu/icu4c/source/test/cintltst/
H
A
D
udatatst.c
501
const char *
dataDir
= u_getDataDirectory(); /* Returned string vanashes with u_cleanup */
in safeGetICUDataDirectory()
local
H
A
D
cintltst.c
455
const char *
dataDir
= u_getDataDirectory(); /* Returned string vanashes with u_cleanup */
in safeGetICUDataDirectory()
local
466
char *
dataDir
= safeGetICUDataDirectory();
in ctest_resetICU()
local
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H
A
D
application_info.h
243
std::string
dataDir
;
member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H
A
D
mock_installd_host_impl.cpp
94
ErrCode InstalldHostImpl::CleanBundleDataDir(const std::string &
dataDir
)
in CleanBundleDataDir()
argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H
A
D
installd_host.cpp
489
std::string
dataDir
= Str16ToStr8(data.ReadString16());
in HandleSetDirApl()
local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H
A
D
auto_launch.cpp
1236
std::string
dataDir
= autoLaunchItem.propertiesPtr->GetStringProp(DBProperties::DATA_DIR, "");
in CheckAutoLaunchRealPath()
local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H
A
D
kvdb_manager.cpp
82
std::string
dataDir
= properties.GetStringProp(KvDBProperties::DATA_DIR, "");
in CreateRemoveStateFlagFile()
local
100
std::string
dataDir
= property.GetStringProp(KvDBProperties::DATA_DIR, "");
in CheckRemoveStateAndRetry()
local
160
std::string
dataDir
= properties.GetStringProp(KvDBProperties::DATA_DIR, "");
in RemoveDBDirectory()
local
208
std::string
dataDir
= kvDBProp.GetStringProp(KvDBProperties::DATA_DIR, "");
in TryLockDB()
local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H
A
D
multi_ver_natural_store.cpp
277
std::string
dataDir
= kvDBProp.GetStringProp(KvDBProperties::DATA_DIR, "");
in InitStorages()
local
327
std::string
dataDir
= kvDBProp.GetStringProp(KvDBProperties::DATA_DIR, "");
in CheckSubStorageVersion()
local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H
A
D
vktPipelineInputAssemblyTests.cpp
1782
const std::string
dataDir
= "pipeline/input_assembly/primitive_restart";
in createPrimitiveRestartTests()
local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H
A
D
vktPipelineInputAssemblyTests.cpp
1792
const std::string
dataDir
= "pipeline/input_assembly/primitive_restart";
in createPrimitiveRestartTests()
local
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H
A
D
trace_fixture.cpp
172
void SetBinaryDataDir(const char *
dataDir
)
in SetBinaryDataDir()
argument
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/
H
A
D
napi_context.cpp
2501
std::string
dataDir
= getDatabaseDirCB->cbBase.ability->GetAbilityInfo()->applicationInfo.
dataDir
;
in GetDatabaseDirWrap()
local
2598
std::string
dataDir
= getPreferencesDirCB->cbBase.ability->GetAbilityInfo()->applicationInfo.
dataDir
;
in GetPreferencesDirWrap()
local
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H
A
D
installd_host_impl.cpp
747
std::string
dataDir
= ServiceConstants::BUNDLE_APP_DATA_BASE_DIR + ServiceConstants::BUNDLE_EL[1] +
in CleanBundleDataForEl2()
local
842
ErrCode InstalldHostImpl::CleanBundleDataDir(const std::string &
dataDir
)
in CleanBundleDataDir()
argument
906
std::string
dataDir
= ServiceConstants::BUNDLE_APP_DATA_BASE_DIR +
in GetBundleDataDir()
local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H
A
D
object_manager.cpp
699
void ObjectStoreManager::SetData(const std::string &
dataDir
, const std::string &userId)
in SetData()
argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H
A
D
store_types.h
97
std::string
dataDir
;
member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H
A
D
sqlite_single_ver_natural_store.cpp
370
const std::string
dataDir
= kvDBProp.GetStringProp(KvDBProperties::DATA_DIR, "");
in CheckDatabaseRecovery()
local
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H
A
D
key_manager.cpp
609
std::string
dataDir
= DATA_DIR + type + "/" + std::to_string(userId);
in IsWorkDirExist()
local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/
H
A
D
vktMemoryModelMessagePassing.cpp
1784
static const char
dataDir
[] = "memory_model/message_passing/permuted_index";
in createPermutedIndexTests()
local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/
H
A
D
vktMemoryModelMessagePassing.cpp
1784
static const char
dataDir
[] = "memory_model/message_passing/permuted_index";
in createPermutedIndexTests()
local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
bundle_mgr_host_impl.cpp
1404
std::string
dataDir
= ServiceConstants::BUNDLE_APP_DATA_BASE_DIR + el +
in CleanBundleCacheTaskGetCleanSize()
local
1548
std::string
dataDir
= ServiceConstants::BUNDLE_APP_DATA_BASE_DIR + el +
in CleanBundleCacheTask()
local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H
A
D
inner_bundle_info.h
757
void SetAppDataDir(std::string
dataDir
)
in SetAppDataDir()
argument
/foundation/bundlemanager/bundle_tool/frameworks/src/
H
A
D
bundle_test_tool.cpp
4529
std::string
dataDir
= "";
in RunAsGetDirByBundleNameAndAppIndex()
local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H
A
D
vktSpvAsmInstructionTests.cpp
3197
static const char
dataDir
[] = "spirv_assembly/instruction/compute/unreachable";
in addOpUnreachableAmberTests()
local
3224
static const char
dataDir
[] = "spirv_assembly/instruction/compute/switch";
in addOpSwitchAmberTests()
local
3252
static const char
dataDir
[] = "spirv_assembly/instruction/compute/arraylength";
in createOpArrayLengthComputeGroup()
local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H
A
D
vktSpvAsmInstructionTests.cpp
3195
static const char
dataDir
[] = "spirv_assembly/instruction/compute/unreachable";
in addOpUnreachableAmberTests()
local
3222
static const char
dataDir
[] = "spirv_assembly/instruction/compute/switch";
in addOpSwitchAmberTests()
local
3250
static const char
dataDir
[] = "spirv_assembly/instruction/compute/arraylength";
in createOpArrayLengthComputeGroup()
local
[all...]
Completed in 106 milliseconds
1
2
3