Home
last modified time | relevance | path

Searched refs:oldFd (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/audio_haptic/
H A Daudio_haptic_vibrator_impl.cpp114 int32_t oldFd = ExtractFd(hapticUri); in OpenHapticFile() local
115 if (oldFd != ERROR) { in OpenHapticFile()
116 newFd = dup(oldFd); in OpenHapticFile()
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Ddwarf_test.cpp726 int32_t oldFd = dup(STDERR_FILENO); in RedirectStdErrToFile() local
729 return oldFd; in RedirectStdErrToFile()
788 int oldFd = RedirectStdErrToFile("/data/test/dwarf_test_aarch64_elf_result2"); variable
789 ASSERT_GT(oldFd, 0);
797 dup2(oldFd, STDERR_FILENO);