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:dbFile
(Results
1 - 7
of
7
) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/base/
H
A
D
grd_db_api.cpp
66
GRD_API int32_t GRD_DBRestore(const char *
dbFile
, const char *backupDbFile, uint8_t *decryptedKey,
in GRD_DBRestore()
argument
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H
A
D
rdb_helper.cpp
108
auto
dbFile
= config.GetPath();
in DeleteRdbStore()
local
H
A
D
rd_utils.cpp
518
int RdUtils::RdDbRekey(const char *
dbFile
, const char *configStr, const std::vector<uint8_t> &encryptedKey)
in RdDbRekey()
argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H
A
D
rd_utils.cpp
156
int RdRestore(const char *
dbFile
, const char *backupDbFile, uint8_t *decryptedKey, uint32_t decryptedKeyLen)
in RdRestore()
argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/
H
A
D
database_oper.cpp
393
std::string
dbFile
= dir + "/" + iter + ".db";
in RemoveDbFiles()
local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H
A
D
distributeddb_nb_create_test.cpp
989
fstream
dbFile
;
in HWTEST_F()
local
/foundation/resourceschedule/device_usage_statistics/services/common/src/
H
A
D
bundle_active_usage_database.cpp
596
std::string
dbFile
= BUNDLE_ACTIVE_DATABASE_DIR + DATABASE_TYPE[databaseType] + SUFFIX_TYPE[i];
in CheckDatabaseFile()
local
Completed in 12 milliseconds