Home
last modified time | relevance | path

Searched refs:absPath (Results 1 - 12 of 12) sorted by relevance

/drivers/peripheral/audio/test/systemtest/common/lib_common/src/
H A Daudio_lib_common.cpp182 char absPath[PATH_MAX] = {0}; in RenderReqMmapBufferInit() local
183 if (realpath(path.c_str(), absPath) == nullptr) { in RenderReqMmapBufferInit()
187 FILE *file = fopen(absPath, "rb+"); in RenderReqMmapBufferInit()
/drivers/hdf_core/framework/tools/hdi-gen/util/
H A Dfile.cpp267 char *absPath = _fullpath(realPath, path.c_str(), PATH_MAX); in CreateParentDir() local
269 char *absPath = realpath(path.c_str(), realPath); in CreateParentDir() local
271 return absPath == nullptr ? "" : absPath; in CreateParentDir()
/drivers/peripheral/audio/test/systemtest/common/adm_common/src/
H A Daudio_adm_common.cpp100 char absPath[PATH_MAX] = {0}; in AdmRenderFramePrepare() local
101 if (realpath(path.c_str(), absPath) == nullptr) { in AdmRenderFramePrepare()
104 FILE *file = fopen(absPath, "rb"); in AdmRenderFramePrepare()
/drivers/peripheral/audio/test/systemtest/supportlibs/common/render/src/
H A Daudio_librender_test.cpp163 char absPath[PATH_MAX] = {0}; in LibStartAndStream() local
164 if (realpath(path.c_str(), absPath) == nullptr) { in LibStartAndStream()
167 FILE *file = fopen(absPath, "rb"); in LibStartAndStream()
522 char absPath[PATH_MAX] = {0}; in HWTEST_F() local
523 if (realpath(AUDIO_FILE.c_str(), absPath) == nullptr) { in HWTEST_F()
526 ASSERT_NE(nullptr, realpath(AUDIO_FILE.c_str(), absPath)); in HWTEST_F()
528 FILE *file = fopen(absPath, "rb"); in HWTEST_F()
H A Daudio_alsa_librender_test.cpp516 char absPath[PATH_MAX] = {0}; in HWTEST_F() local
517 if (realpath(AUDIO_FILE.c_str(), absPath) == nullptr) { in HWTEST_F()
519 ASSERT_NE(nullptr, realpath(AUDIO_FILE.c_str(), absPath)); in HWTEST_F()
521 FILE *file = fopen(absPath, "rb"); in HWTEST_F()
557 char absPath[PATH_MAX] = {0}; in HWTEST_F() local
558 if (realpath(AUDIO_FILE.c_str(), absPath) == nullptr) { in HWTEST_F()
560 ASSERT_NE(nullptr, realpath(AUDIO_FILE.c_str(), absPath)); in HWTEST_F()
562 FILE *file = fopen(absPath, "rb"); in HWTEST_F()
/drivers/peripheral/camera/vdi_base/common/pipeline_core/ipp/src/
H A Dalgo_plugin.cpp158 char absPath[PATH_MAX] = {0}; in CheckLibPath() local
159 if (path == nullptr || (realpath(path, absPath) == nullptr)) { in CheckLibPath()
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/src/
H A Dv4l2_uvc.cpp41 char absPath[PATH_MAX] = {0}; in V4L2UvcSearchCapability() local
43 name = realpath(v4l2Device.c_str(), absPath); in V4L2UvcSearchCapability()
143 char absPath[PATH_MAX] = {0}; in V4L2UvcGetCap() local
145 devName = realpath(v4l2Device.c_str(), absPath); in V4L2UvcGetCap()
H A Dv4l2_fileformat.cpp319 char absPath[PATH_MAX] = {0}; in V4L2OpenDevice() local
321 devName = realpath(deviceName.c_str(), absPath); in V4L2OpenDevice()
/drivers/peripheral/camera/vdi_base/usb_camera/adapter/platform/v4l2/src/driver_adapter/src/
H A Dv4l2_uvc.cpp41 char absPath[PATH_MAX] = {0}; in V4L2UvcSearchCapability() local
43 name = realpath(v4l2Device.c_str(), absPath); in V4L2UvcSearchCapability()
143 char absPath[PATH_MAX] = {0}; in V4L2UvcGetCap() local
145 devName = realpath(v4l2Device.c_str(), absPath); in V4L2UvcGetCap()
/drivers/peripheral/audio/test/systemtest/common/hdi_common/src/
H A Daudio_hdi_common.cpp630 char absPath[PATH_MAX] = {0}; in RenderFramePrepare() local
631 if (realpath(path.c_str(), absPath) == nullptr) { in RenderFramePrepare()
634 FILE *file = fopen(absPath, "rb"); in RenderFramePrepare()
917 char absPath[PATH_MAX] = {0}; in PlayAudioFile() local
918 if (realpath(audiopara.path, absPath) == nullptr) { in PlayAudioFile()
924 FILE *file = fopen(absPath, "rb"); in PlayAudioFile()
1032 char absPath[PATH_MAX] = {0}; in PlayMapAudioFile() local
1033 if (realpath(audiopara.path, absPath) == nullptr) { in PlayMapAudioFile()
1036 FILE *fp = fopen(absPath, "rb+"); in PlayMapAudioFile()
/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/src/
H A Dhdi_service_common.cpp650 char absPath[PATH_MAX] = {0}; in RenderFramePrepare() local
651 if (realpath(path.c_str(), absPath) == nullptr) { in RenderFramePrepare()
655 FILE *file = fopen(absPath, "rb"); in RenderFramePrepare()
786 char absPath[PATH_MAX] = {0}; in PlayAudioFile() local
787 if (realpath(audiopara.path, absPath) == nullptr) { in PlayAudioFile()
791 FILE *file = fopen(absPath, "rb"); in PlayAudioFile()
/drivers/peripheral/audio/test/systemtest/hdi_service/common/render/src/
H A Daudio_idl_hdirender_test.cpp549 char absPath[PATH_MAX] = {0}; in HWTEST_F() local
550 realpath(AUDIO_FILE.c_str(), absPath); in HWTEST_F()
551 ASSERT_NE(realpath(AUDIO_FILE.c_str(), absPath), nullptr); in HWTEST_F()
553 FILE *file = fopen(absPath, "rb"); in HWTEST_F()

Completed in 13 milliseconds