Searched defs:srcfd (Results 1 – 1 of 1) sorted by relevance
| /foundation/filemanagement/file_api/interfaces/test/unittest/js/mod_fs/properties/ |
| D | copy_file_core_mock_test.cpp | 234 int srcfd = open("src.txt", O_RDWR | O_CREAT, S_IRUSR | S_IWUSR); variable 267 int srcfd = open("src.txt", O_RDWR | O_CREAT, S_IRUSR | S_IWUSR); variable 300 int srcfd = open("src.txt", O_RDWR | O_CREAT, S_IRUSR | S_IWUSR); variable 333 int srcfd = open("src.txt", O_RDWR | O_CREAT, S_IRUSR | S_IWUSR); variable 366 int srcfd = open("src.txt", O_RDWR | O_CREAT, S_IRUSR | S_IWUSR); variable
|