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:ARK_CACHE_PATH
(Results
1 - 7
of
7
) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H
A
D
aot_sign_data_cache_mgr.cpp
121
std::string anFileName = ServiceConstants::
ARK_CACHE_PATH
+ bundleName + ServiceConstants::PATH_SEPARATOR
in ExecutePendSign()
H
A
D
aot_executor.cpp
224
std::string aotFilePath = ServiceConstants::
ARK_CACHE_PATH
+ aotArgs.bundleName;
in StartAOTCompiler()
H
A
D
aot_handler.cpp
157
aotArgs.outputPath = ServiceConstants::
ARK_CACHE_PATH
+ aotArgs.bundleName + ServiceConstants::PATH_SEPARATOR
in BuildAOTArgs()
281
std::string removeDir = ServiceConstants::
ARK_CACHE_PATH
+ bundleName;
in ClearArkCacheDir()
351
std::string removeDir = ServiceConstants::
ARK_CACHE_PATH
+ bundleToReset;
in HandleResetAOT()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H
A
D
bundle_service_constants.h
145
constexpr const char*
ARK_CACHE_PATH
= "/data/local/ark-cache/";
member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
base_bundle_installer.cpp
74
constexpr const char*
ARK_CACHE_PATH
= "/data/local/ark-cache/";
member
814
(void)InstalldClient::GetInstance()->RemoveDir(
ARK_CACHE_PATH
+ oldInfo.GetBundleName());
in InnerProcessBundleInstall()
3438
targetPath.append(
ARK_CACHE_PATH
).append(info.GetBundleName())
in ExtractArkNativeFile()
3537
targetPath.append(
ARK_CACHE_PATH
).append(oldInfo.GetBundleName());
in DeleteOldArkNativeFile()
H
A
D
bundle_data_mgr.cpp
6857
(void)InstalldClient::GetInstance()->RemoveDir(ServiceConstants::
ARK_CACHE_PATH
+ bundleName);
in SetAOTCompileStatus()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_aot_test/
H
A
D
bms_data_aot_test.cpp
1454
std::string removeDir = ServiceConstants::
ARK_CACHE_PATH
+ bundleName;
in HWTEST_F()
Completed in 32 milliseconds