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:TMP_SUFFIX
(Results
1 - 11
of
11
) sorted by relevance
/foundation/filemanagement/dfs_service/utils/cloud_disk/src/
H
A
D
cloud_file_utils.cpp
43
const string CloudFileUtils::
TMP_SUFFIX
= ".temp.download";
member in OHOS::FileManagement::CloudDisk::CloudFileUtils
168
if (EndsWith(path,
TMP_SUFFIX
)) {
in GetPathWithoutTmp()
169
ret = path.substr(0, path.length() -
TMP_SUFFIX
.length());
in GetPathWithoutTmp()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
bundle_exception_handler.cpp
128
if (InstalldClient::GetInstance()->RemoveDir(moduleDir + ServiceConstants::
TMP_SUFFIX
) == ERR_OK) {
in InnerHandleInvalidBundle()
153
if (InstalldClient::GetInstance()->RenameModuleDir(moduleDir + ServiceConstants::
TMP_SUFFIX
, moduleDir) !=
in InnerHandleInvalidBundle()
H
A
D
base_bundle_installer.cpp
146
return prefixPath + ServiceConstants::
TMP_SUFFIX
+ suffixPath;
in BuildTempNativeLibraryPath()
1411
modulePackage + ServiceConstants::
TMP_SUFFIX
;
in RollBack()
2372
+ ServiceConstants::
TMP_SUFFIX
;
in ProcessModuleUpdate()
2662
bundleName_ + ServiceConstants::
TMP_SUFFIX
+ ServiceConstants::LIBS;
in ProcessDiffFiles()
2691
bundleName_ + ServiceConstants::
TMP_SUFFIX
;
in ProcessDiffFiles()
3670
auto result = InstalldClient::GetInstance()->RenameModuleDir(moduleDir + ServiceConstants::
TMP_SUFFIX
, moduleDir);
in RenameModuleDir()
5204
if (BundleUtil::EndWith(modulePath, ServiceConstants::
TMP_SUFFIX
)) {
in InnerProcessNativeLibs()
5208
nativeLibraryPath = info.GetCurrentModulePackage() + ServiceConstants::
TMP_SUFFIX
+
in InnerProcessNativeLibs()
5490
tempDir += ServiceConstants::
TMP_SUFFIX
;
in GetTempHapPath()
5591
.append(ServiceConstants::
TMP_SUFFIX
)
in MoveSoFileToRealInstallationDir()
[all...]
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
H
A
D
cloud_file_utils_mock.cpp
43
const string CloudFileUtils::
TMP_SUFFIX
= ".temp.download";
member in OHOS::FileManagement::CloudDisk::CloudFileUtils
/foundation/filemanagement/dfs_service/utils/inner_api/
H
A
D
cloud_file_utils.h
70
static const std::string
TMP_SUFFIX
;
member in OHOS::FileManagement::CloudDisk::final
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H
A
D
bundle_service_constants.h
63
constexpr const char*
TMP_SUFFIX
= "_tmp";
member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H
A
D
inner_shared_bundle_installer.cpp
653
+ ServiceConstants::
TMP_SUFFIX
;
in MoveSoToRealPath()
672
tempSoPath = moduleName + ServiceConstants::
TMP_SUFFIX
+ ServiceConstants::PATH_SEPARATOR + tempSoPath;
in ObtainTempSoPath()
674
std::string innerTempStr = moduleName + ServiceConstants::
TMP_SUFFIX
;
in ObtainTempSoPath()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H
A
D
app_service_fwk_installer.cpp
45
tempSoPath = moduleName + AppExecFwk::ServiceConstants::
TMP_SUFFIX
in ObtainTempSoPath()
48
std::string innerTempStr = moduleName + AppExecFwk::ServiceConstants::
TMP_SUFFIX
;
in ObtainTempSoPath()
771
+ moduleName + AppExecFwk::ServiceConstants::
TMP_SUFFIX
;
in MoveSoToRealPath()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H
A
D
quick_fix_deployer.cpp
753
appQuickFix.bundleName + ServiceConstants::
TMP_SUFFIX
+ ServiceConstants::LIBS;
in ExtractSoAndApplyDiff()
837
appQuickFix.bundleName + ServiceConstants::
TMP_SUFFIX
;
in ProcessApplyDiffPatch()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H
A
D
bms_bundle_installer_test.cpp
6618
tempSoDir += ServiceConstants::
TMP_SUFFIX
;
in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H
A
D
bms_bundle_data_mgr_test.cpp
4847
ServiceConstants::PATH_SEPARATOR + PACKAGE_NAME + ServiceConstants::
TMP_SUFFIX
;
in HWTEST_F()
Completed in 40 milliseconds