Home
last modified time | relevance | path

Searched refs:BUNDLE_BASE_DIR (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/utils/include/b_resources/
H A Db_constants.h136 static inline std::string BUNDLE_BASE_DIR = "/data/storage/el2/base"; variable
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dsub_ext_extension.cpp809 if (lstat(BConstants::BUNDLE_BASE_DIR.c_str(), &curBundleStat) != 0) { in SetStagingPathProperties()