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:dbFileName
(Results
1 - 5
of
5
) sorted by relevance
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H
A
D
rdb_helper.cpp
60
int DeleteRdFiles(const std::string &
dbFileName
)
in DeleteRdFiles()
argument
64
std::string shmFileName =
dbFileName
+ postFix;
in DeleteRdFiles()
76
int RdbHelper::DeleteRdbStore(const std::string &
dbFileName
)
in DeleteRdbStore()
argument
79
if (
dbFileName
.empty()) {
in DeleteRdbStore()
82
if (access(
dbFileName
.c_str(), F_OK) != 0) {
in DeleteRdbStore()
83
LOG_ERROR("Store to delete doesn't exist, path %{public}s", SqliteUtils::Anonymous(
dbFileName
).c_str());
in DeleteRdbStore()
86
RdbStoreConfig config(
dbFileName
);
in DeleteRdbStore()
89
RdbStoreManager::GetInstance().Delete(
dbFileName
);
in DeleteRdbStore()
90
RdbSecurityManager::GetInstance().DelAllKeyFiles(
dbFileName
);
in DeleteRdbStore()
91
DeleteRdbStore(SqliteUtils::GetSlavePath(
dbFileName
));
in DeleteRdbStore()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H
A
D
kvdb_utils.cpp
51
std::string
dbFileName
= dir;
in RemoveKvDB()
local
52
GetStoreDirectory(
dbFileName
, dbName);
in RemoveKvDB()
53
dbFileName
+= DBConstant::DB_EXTENSION;
in RemoveKvDB()
55
if (OS::CheckPathExistence(
dbFileName
)) {
in RemoveKvDB()
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/mock/
H
A
D
rdb_mock.cpp
28
int RdbHelper::DeleteRdbStore(const std::string &
dbFileName
)
in DeleteRdbStore()
argument
30
return Assistant::ins->DeleteRdbStore(
dbFileName
);
in DeleteRdbStore()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H
A
D
medialibrary_subscriber.cpp
166
static const std::vector<std::string>
dbFileName
= { "/media_library.db",
in UploadDBFile()
local
171
for (auto &dbName :
dbFileName
) {
in UploadDBFile()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H
A
D
distributeddb_interfaces_database_test.cpp
762
string
dbFileName
= g_testDir + "/" + identifierName + "/local/local.db";
in HWTEST_F()
local
763
ifstream dbFile(
dbFileName
);
in HWTEST_F()
786
ifstream dbFileAfter(
dbFileName
);
in HWTEST_F()
Completed in 4 milliseconds