Home
last modified time | relevance | path

Searched defs:fd (Results 1 – 14 of 14) sorted by relevance

/test/vts/utils/native/libprofiling/
DVtsProfilingInterface.cpp64 int fd = -1; in GetTraceFile() local
99 int fd = open(file_path.c_str(), O_RDWR | O_CREAT | O_EXCL, in CreateTraceFile() local
127 int fd = GetTraceFile(package, version); in AddTraceEvent() local
/test/vts-testcase/security/poc/target/kernel_bluetooth/30149612/
Dpoc.cpp14 int fd; in main() local
/test/vts-testcase/security/poc/target/kernel_sound/28838221/
Dpoc.cpp24 int fd; in main() local
/test/vts-testcase/kernel/encryption/
Dfile_based_encryption_tests.cpp165 android::base::unique_fd fd( in IsFscryptV2Supported() local
201 explicit ScopedF2fsFilePinning(int fd) : fd_(fd) { in ScopedF2fsFilePinning()
220 static bool ReadRawDataOfFile(int fd, const std::string &blk_device, in ReadRawDataOfFile()
314 android::base::unique_fd fd( in WriteTestFile() local
540 android::base::unique_fd fd( in SetEncryptionPolicy() local
579 android::base::unique_fd fd(open(kTestFile, O_RDONLY | O_CLOEXEC)); in GenerateTestFile() local
859 android::base::unique_fd fd( in TestEmmcOptimizedDunWraparound() local
887 android::base::unique_fd fd(open(path.c_str(), open_flags)); in TestEmmcOptimizedDunWraparound() local
Dmetadata_encryption_tests.cpp110 android::base::unique_fd fd( in ReadBlockDevice() local
Dutils.cpp143 android::base::unique_fd fd( in GetFilesystemUuid() local
/test/vts/drivers/resource/hidl_handle_driver/
DVtsHidlHandleDriver.cpp104 int fd = native_handle->data[0]; in ReadFile() local
126 int fd = native_handle->data[0]; in WriteFile() local
/test/vts-testcase/kernel/api/tun/
Dvts_kernel_tun_test.cpp62 int fd = open(tun_device_.c_str(), O_RDWR | O_NONBLOCK); in TunInit() local
/test/vts/hals/light/bullhead/
Dlights.c61 int fd; in write_int() local
82 int fd; in write_on_off() local
/test/vts-testcase/kernel/bow/
DBowTest.cpp233 unique_fd fd( in PrepareFile() local
276 unique_fd fd; in FindChanged() local
452 unique_fd fd(open(MOUNT_POINT, O_RDONLY)); in Trim() local
/test/vts-testcase/security/poc/target/kernel_wifi/31707909/
Dpoc.cpp67 int fd, i, res; in poc() local
/test/vts-testcase/security/avb/
DVtsSecurityAvbTest.cpp628 android::base::unique_fd fd(open(boot_path.c_str(), O_RDONLY)); in TEST() local
677 android::base::unique_fd fd(open(boot_path.c_str(), O_RDONLY)); in LoadGkiComplianceV2Images() local
815 android::base::unique_fd fd(open(system_path.c_str(), O_RDONLY)); in TEST() local
/test/vts/utils/native/trace_processor/
DVtsTraceProcessor.cpp47 int fd = in ParseBinaryTrace() local
118 int fd = open(output_file.c_str(), O_WRONLY | O_CREAT | O_EXCL, in WriteProfilingMsg() local
/test/vts/compilation_tools/vtsc/test/golden/DRIVER/
DBar.driver.cpp1177 … int fd = open(file_name.c_str(), fd_val.flags() | O_CREAT, fd_val.mode()); in CallFunction() local