Searched refs:filePathName (Results 1 – 5 of 5) sorted by relevance
| /test/xts/hats/hdf/usb/mtpTest_additional/common/ |
| D | usbfn_mtp_test.cpp | 245 std::string filePathName = MTP_TEST_RECV_FILE; variable 246 mfs.fd = open(filePathName.c_str(), O_CREAT | O_RDWR | O_TRUNC, 0777); 251 ASSERT_EQ(GetFileSize(filePathName), static_cast<uint64_t>(mfs.length)); 272 std::string filePathName = MTP_TEST_RECV_FILE; variable 273 mfs.fd = open(filePathName.c_str(), O_CREAT | O_RDWR | O_TRUNC, 0777); 278 ASSERT_EQ(GetFileSize(filePathName), static_cast<uint64_t>(mfs.length)); 299 std::string filePathName = MTP_TEST_RECV_FILE; variable 300 mfs.fd = open(filePathName.c_str(), O_CREAT | O_RDWR | O_TRUNC, 0777); 305 ASSERT_EQ(GetFileSize(filePathName), static_cast<uint64_t>(mfs.length)); 326 std::string filePathName = MTP_TEST_RECV_FILE; variable [all …]
|
| /test/xts/hats/hdf/usb/mtpTest/common/ |
| D | usbfn_mtp_test.cpp | 578 std::string filePathName = MTP_TEST_RECV_FILE; variable 579 mfs.fd = open(filePathName.c_str(), O_CREAT | O_RDWR | O_TRUNC, 0777); 584 ASSERT_EQ(GetFileSize(filePathName), static_cast<uint64_t>(mfs.length)); 602 std::string filePathName = MTP_TEST_RECV_FILE; variable 603 mfs.fd = open(filePathName.c_str(), O_CREAT | O_RDWR | O_TRUNC, 0777); 608 ASSERT_EQ(GetFileSize(filePathName), static_cast<uint64_t>(mfs.length)); 631 std::string filePathName = MTP_TEST_RECV_FILE; variable 632 mfs.fd = open(filePathName.c_str(), O_CREAT | O_RDWR | O_TRUNC, 0777); 637 ASSERT_EQ(GetFileSize(filePathName), static_cast<uint64_t>(mfs.length)); 660 std::string filePathName = MTP_TEST_RECV_FILE; variable [all …]
|
| /test/xts/acts/ability/ability_runtime/context/actsstageappcontext/clearupappdatahelpassistsystem/entry/src/main/ets/MainAbility/ |
| D | MainAbility.ts | 46 let filePathName = '/test.txt'; 47 let cacheDirPath = context.cacheDir + filePathName; 48 let filesDirPath = context.filesDir + filePathName; 49 let preferencesDirPath = context.preferencesDir + filePathName; 50 let databaseDirPath = context.databaseDir + filePathName;
|
| /test/xts/acts/ability/ability_runtime/context/actsstageappcontext/clearupappdatahelpassistfeature/entry/src/main/ets/MainAbility/ |
| D | MainAbility.ts | 46 let filePathName = '/test.txt'; 47 let cacheDirPath = context.cacheDir + filePathName; 48 let filesDirPath = context.filesDir + filePathName; 49 let preferencesDirPath = context.preferencesDir + filePathName; 50 let databaseDirPath = context.databaseDir + filePathName;
|
| /test/xts/acts/ability/ability_runtime/context/actsstageappcontext/clearupappdatahelpassistentry/entry/src/main/ets/MainAbility/ |
| D | MainAbility.ts | 46 let filePathName = '/test.txt'; 47 let cacheDirPath = context.cacheDir + filePathName; 48 let filesDirPath = context.filesDir + filePathName; 49 let preferencesDirPath = context.preferencesDir + filePathName; 50 let databaseDirPath = context.databaseDir + filePathName;
|