Home
last modified time | relevance | path

Searched refs:readlink (Results 1 - 15 of 15) sorted by relevance

/foundation/arkui/napi/jsvm/
H A Dbuild_jsvm.sh23 export SCRIPT_PATCH=$(dirname $(readlink -f "$0"))
/foundation/filemanagement/storage_service/services/storage_daemon/volume/src/
H A Dprocess.cpp57 len = readlink(path.c_str(), buf.data(), size); in Readlink()
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Ddirectory_ex.cpp31 int ret = readlink("/proc/self/exe", procFile, PATH_MAX); in GetCurrentProcFullFileName()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/common/
H A Ddistributeddb_tools_test.cpp39 int length = readlink("/proc/self/exe", buffer, maxFileLength); in GetCurrentDir()
/foundation/multimodalinput/input/libudev/src/
H A Dudev_device.cpp66 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 Dfile_ex.cpp66 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 Dremote_file_share.cpp116 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 Drecent_n_exporter.cpp267 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 Ddhcp_function.cpp628 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 Dmtpfs_fuse.cpp309 fuseOperations_.readlink = WrapReadLink; in MtpFileSystem()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributeddb_nb_test_tools.cpp617 int length = readlink("/proc/self/exe", buffer, maxFileLength); in GetCurrentDir()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_randomaccessfile/
H A Drandomaccessfile_n_exporter.cpp434 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 Ddrawable_descriptor.cpp766 readlink("/proc/self/exe", pathBuf, MAX_PATH_LEN); in GetStaticMaskClipPath()
/foundation/filemanagement/storage_service/services/storage_daemon/user/src/
H A Dmount_manager.cpp449 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 Ddistributeddb_tools_unit_test.cpp228 int length = readlink("/proc/self/exe", buffer, maxFileLength); in GetCurrentDir()

Completed in 16 milliseconds