Home
last modified time | relevance | path

Searched refs:EXTERNAL_BNUDLE_NAME_ALIAS (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/include/
H A Dfile_access_helper.h47 static const std::string EXTERNAL_BNUDLE_NAME_ALIAS = "docs"; variable
/ohos5.0/foundation/filemanagement/user_file_service/services/native/file_access_service/src/
H A Dfile_access_service.cpp172 if (bundleName.compare(EXTERNAL_BNUDLE_NAME_ALIAS) == 0) { in GetBundleNameFromUri()
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/
H A Dfile_access_helper.cpp75 if (bundleName.compare(EXTERNAL_BNUDLE_NAME_ALIAS) == 0) { in GetBundleNameFromPath()