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:GetRootPath
(Results
1 - 7
of
7
) sorted by relevance
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H
A
D
unified_data_helper.cpp
122
CreateDirIfNotExist(
GetRootPath
(), MODE);
in Pack()
123
std::string filePath =
GetRootPath
() + std::to_string(now) + TEMP_UNIFIED_DATA_SUFFIX;
in Pack()
210
std::string UnifiedDataHelper::
GetRootPath
()
in GetRootPath()
function in OHOS::UDMF::UnifiedDataHelper
/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/
H
A
D
unified_data_helper.h
37
static std::string
GetRootPath
();
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H
A
D
application_cleaner.h
41
int
GetRootPath
(std::vector<std::string> &rootPath);
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H
A
D
application_cleaner.cpp
78
if (
GetRootPath
(rootDir) != RESULT_OK) {
in ClearTempData()
124
int ApplicationCleaner::
GetRootPath
(std::vector<std::string> &rootPath)
in GetRootPath()
function in OHOS::AppExecFwk::ApplicationCleaner
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H
A
D
unified_data_helper_test.cpp
155
* @tc.desc: Abnormal testcase of
GetRootPath
, the rootPath_ is nullptr
163
std::string ret = unifiedDataHelper.
GetRootPath
();
in HWTEST_F()
/foundation/ability/idl_tool/idl_tool_2/util/
H
A
D
options.h
148
std::string
GetRootPath
(const std::string &package) const;
H
A
D
options.cpp
708
std::string Options::
GetRootPath
(const std::string &package) const
in GetRootPath()
function in OHOS::Idl::Options
Completed in 4 milliseconds