Home
last modified time | relevance | path

Searched refs:rpath (Results 1 - 3 of 3) sorted by relevance

/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dfbex.cpp107 std::string rpath(PATH_MAX + 1, '\0'); in IsFBEXSupported()
109 if ((path.length() > PATH_MAX) || (realpath(path.c_str(), rpath.data()) == nullptr)) { in IsFBEXSupported()
113 if (rpath.rfind(FBEX_UFS_INLINE_SUPPORT_PREFIX) != 0) { in IsFBEXSupported()
114 LOGE("rpath %{public}s is invalid", rpath.c_str()); in IsFBEXSupported()
119 if (!OHOS::LoadStringFromFile(rpath, versionNum)) { in IsFBEXSupported()
/foundation/multimodalinput/input/intention/services/device_manager/src/
H A Ddevice_manager.cpp201 char rpath[PATH_MAX]; in AddDevice() local
202 if (realpath(lSysPath.c_str(), rpath) == nullptr) { in AddDevice()
209 dev->SetSysPath(std::string(rpath)); in AddDevice()
/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H A Dfile_utils.cpp377 std::string rpath(PATH_MAX + 1, '\0'); in ReadFile()
378 if ((path.length() > PATH_MAX) || (realpath(path.c_str(), rpath.data()) == nullptr)) { in ReadFile()
383 infile.open(rpath.c_str()); in ReadFile()

Completed in 4 milliseconds