/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_standard_test/ |
H A D | app_spawn_kickdog_test.cpp | 50 int fileFd = open(filePath, O_RDWR); in CheckFileContent() local 83 int fileFd = open(HM_APPSPAWN_WATCHDOG_FILE, O_CREAT); variable
|
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/server_demo/ |
H A D | file_server_demo.cpp | 85 void FileServerDemo::CloseFd(int32_t &connFd, int32_t &fileFd, bool connCond, bool fileCond) in CloseFd() 138 int32_t FileServerDemo::SendRequestSize(int32_t &connFd, int32_t &fileFd, const std::string &recvSt… in SendRequestSize() 199 int32_t fileFd = -1; in FileReadFunc() local
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/common/ |
H A D | http_server_demo.cpp | 90 void HttpServerDemo::CloseFd(int32_t &connFd, int32_t &fileFd, bool connCond, bool fileCond) in CloseFd() 142 int32_t HttpServerDemo::SendRequestSize(int32_t &connFd, int32_t &fileFd, const std::string &recvSt… in SendRequestSize() 206 int32_t fileFd = -1; in FileReadFunc() local
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/data_producer/demuxer/ |
H A D | demuxer.cpp | 39 int32_t fileFd = fileno(file_.get()); in Init() local
|
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/interfaces/ |
H A D | hap_verify.cpp | 108 int32_t ParseBundleNameAndAppIdentifier(const int32_t fileFd, std::string &bundleName, in ParseBundleNameAndAppIdentifier()
|
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/common/ |
H A D | random_access_file.cpp | 67 bool RandomAccessFile::InitWithFd(const int32_t fileFd) in InitWithFd()
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/sa_avcodec_test/ |
H A D | sa_avcodec_unit_test.cpp | 402 int32_t fileFd = open(DUMP_FILE_PATH.c_str(), O_RDWR | O_CREAT, S_IRUSR | S_IWUSR | S_IRGRP); variable
|
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/ |
H A D | dlp_file_kits_test.cpp | 79 int fileFd = open(DLP_FILE_NAME_2.c_str(), O_CREAT | O_RDWR | O_TRUNC, DLP_FILE_PERMISSION); in CreateDlpFileFd() local
|
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/ |
H A D | kernel_talker.cpp | 161 struct pollfd fileFd; in PollRun() local
|
/ohos5.0/drivers/peripheral/display/composer/test/common/ |
H A D | display_test_utils.cpp | 68 … int fileFd = open(fileName, O_WRONLY | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP); in SaveFile() local
|
/ohos5.0/base/tee/tee_client/services/tlogcat/src/ |
H A D | tarzip.c | 142 int32_t fileFd = open(fileName, O_CREAT | O_RDWR, ZIP_OPEN_MODE); in WriteZipContent() local
|
/ohos5.0/foundation/filemanagement/app_file_service/tools/backup_tool/src/ |
H A D | tools_op_restore.cpp | 299 UniqueFd fileFd(open(realPath.data(), O_RDWR, S_IRWXU)); in InitPathCapFile() local
|
H A D | tools_op_incremental_restore.cpp | 322 UniqueFd fileFd(open(realPath.data(), O_RDWR, S_IRWXU)); in Init() local
|
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/verify/ |
H A D | hap_verify_v2.cpp | 62 int32_t HapVerifyV2::Verify(const int32_t fileFd, HapVerifyResult& hapVerifyV1Result) in Verify()
|
/ohos5.0/drivers/peripheral/input/udriver/src/ |
H A D | input_device_manager.cpp | 615 int32_t InputDeviceManager::AddToEpoll(int32_t epollFd, int32_t fileFd) in AddToEpoll() 626 void InputDeviceManager::RemoveEpoll(int32_t epollFd, int32_t fileFd) in RemoveEpoll()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_tool/src/ |
H A D | userfile_client_ex.cpp | 308 int UserFileClientEx::Close(const std::string &uri, const int fileFd, const std::string &mode, in Close()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_multistages_capture_test/src/ |
H A D | medialibrary_multistages_video_capture_test.cpp | 107 int fileFd = open(filePath.c_str(), O_RDONLY); in ReadFileContent() local
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/include/ |
H A D | client_trans_proxy_file_manager.h | 110 int32_t fileFd; member
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_server_test/ |
H A D | codec_server_coverage_unit_test.cpp | 1263 int32_t fileFd = 0; variable
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_operator.cpp | 662 int32_t fileFd = open(path.c_str(), O_RDONLY); in FsyncFile() local
|