Searched refs:CONTEXT_DATA_STORAGE (Results 1 – 4 of 4) sorted by relevance
41 const std::string ContextDeal::CONTEXT_DATA_STORAGE("/data/storage/"); member in OHOS::AppExecFwk::ContextDeal150 … dir = CONTEXT_DATA_STORAGE + currArea_ + CONTEXT_DEAL_FILE_SEPARATOR + CONTEXT_DEAL_DATABASE; in GetDatabaseDir()482 … baseDir = CONTEXT_DATA_STORAGE + currArea_ + CONTEXT_DEAL_FILE_SEPARATOR + CONTEXT_DEAL_BASE; in GetBaseDir()
65 const std::string ContextImpl::CONTEXT_DATA_STORAGE("/data/storage/"); member in OHOS::AbilityRuntime::ContextImpl165 databaseDir = CONTEXT_DATA_STORAGE + currArea_ + CONTEXT_FILE_SEPARATOR + CONTEXT_DATABASE; in GetDatabaseDirWithCheck()263 groupDir = CONTEXT_DATA_STORAGE + currArea_ + CONTEXT_FILE_SEPARATOR + CONTEXT_GROUP + uuid; in GetGroupDirWithCheck()316 baseDir = CONTEXT_DATA_STORAGE + currArea_ + CONTEXT_FILE_SEPARATOR + CONTEXT_BASE; in GetAllTempDir()349 … dir = CONTEXT_DATA_STORAGE + CONTEXT_ELS[1] + CONTEXT_FILE_SEPARATOR + CONTEXT_DISTRIBUTEDFILES; in GetDistributedFilesDir()351 … dir = CONTEXT_DATA_STORAGE + currArea_ + CONTEXT_FILE_SEPARATOR + CONTEXT_DISTRIBUTEDFILES; in GetDistributedFilesDir()361 …std::string dir = CONTEXT_DATA_STORAGE + CONTEXT_ELS[1] + CONTEXT_FILE_SEPARATOR + CONTEXT_CLOUDFI… in GetCloudFileDir()650 baseDir = CONTEXT_DATA_STORAGE + currArea_ + CONTEXT_FILE_SEPARATOR + CONTEXT_BASE; in GetBaseDir()
319 static const std::string CONTEXT_DATA_STORAGE; variable
410 static const std::string CONTEXT_DATA_STORAGE; variable