Searched refs:readlink (Results 1 - 15 of 15) sorted by relevance
/foundation/arkui/napi/jsvm/ |
H A D | build_jsvm.sh | 23 export SCRIPT_PATCH=$(dirname $(readlink -f "$0"))
|
/foundation/filemanagement/storage_service/services/storage_daemon/volume/src/ |
H A D | process.cpp | 57 len = readlink(path.c_str(), buf.data(), size); in Readlink()
|
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/ |
H A D | directory_ex.cpp | 31 int ret = readlink("/proc/self/exe", procFile, PATH_MAX); in GetCurrentProcFullFileName()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/common/ |
H A D | distributeddb_tools_test.cpp | 39 int length = readlink("/proc/self/exe", buffer, maxFileLength); in GetCurrentDir()
|
/foundation/multimodalinput/input/libudev/src/ |
H A D | udev_device.cpp | 66 ssize_t len = readlink(syspath.c_str(), linkTarget, sizeof(linkTarget)); in ResolveSymLink() 92 ssize_t len = readlink(path.c_str(), target, sizeof(target)); in GetLinkValue()
|
/foundation/ai/intelligent_voice_framework/llt/hdt/depend_libs/src/ |
H A D | file_ex.cpp | 66 int ret = readlink(fdPath.c_str(), fileName, PATH_MAX); in GetFileNameByFd()
|
/foundation/filemanagement/app_file_service/interfaces/innerkits/native/remote_file_share/src/ |
H A D | remote_file_share.cpp | 116 ret = readlink(buf, filePath, PATH_MAX); in GetFileName() 118 LOGE("RemoteFileShare::GetFileName, readlink failed with %{public}d", errno); in GetFileName()
|
/foundation/filemanagement/user_file_service/interfaces/kits/native/recent/ |
H A D | recent_n_exporter.cpp | 267 auto readLinkRes = readlink(recentFilePath.c_str(), buf.get(), BUF_SIZE); in GetListFileResult() 269 HILOG_ERROR("Failed to readlink uri, errno=%{public}d", errno); in GetListFileResult()
|
/foundation/communication/dhcp/services/dhcp_server/src/ |
H A D | dhcp_function.cpp | 628 if (readlink(buf, proBuf, sizeof(proBuf)) < 0) { in CheckProRunning() 629 DHCP_LOGE("CheckProRunning %{public}s failed, readlink errno:%{public}d!", proName.c_str(), errno); in CheckProRunning()
|
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/src/ |
H A D | mtpfs_fuse.cpp | 309 fuseOperations_.readlink = WrapReadLink; in MtpFileSystem()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/ |
H A D | distributeddb_nb_test_tools.cpp | 617 int length = readlink("/proc/self/exe", buffer, maxFileLength); in GetCurrentDir()
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_randomaccessfile/ |
H A D | randomaccessfile_n_exporter.cpp | 434 int readLinkRes = readlink(path.c_str(), buf.get(), BUF_SIZE); in CreateStream() 436 HILOGE("Failed to readlink uri, errno=%{public}d", errno); in CreateStream()
|
/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/ |
H A D | drawable_descriptor.cpp | 766 readlink("/proc/self/exe", pathBuf, MAX_PATH_LEN); in GetStaticMaskClipPath()
|
/foundation/filemanagement/storage_service/services/storage_daemon/user/src/ |
H A D | mount_manager.cpp | 449 int res = readlink(path.c_str(), realPath, sizeof(realPath) - 1); in CheckSymlink()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
H A D | distributeddb_tools_unit_test.cpp | 228 int length = readlink("/proc/self/exe", buffer, maxFileLength); in GetCurrentDir()
|
Completed in 16 milliseconds