HomeSort by relevance Sort by last modified time
    Searched refs:TEST_FILE_2 (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/kernel/syscalls/copy_file_range/
copy_file_range01.c 23 #define TEST_FILE_2 "copy_file_range_ltp02.txt"
170 fd_out = SAFE_OPEN(TEST_FILE_2, O_CREAT | O_WRONLY | O_TRUNC, 0644);
189 ret = check_file_content(TEST_FILE_1, TEST_FILE_2,
  /cts/hostsidetests/backup/KeyValueApp/src/android/cts/backup/keyvaluerestoreapp/
KeyValueBackupRestoreTest.java 66 private static final String TEST_FILE_2 = "test-file-2";
235 file = new File(mContext.getFilesDir(), TEST_FILE_2);
253 mFileContent2 = readFileContent(TEST_FILE_2);
261 + TEST_FILE_2 + ":" + mFileContent2 + "\n");
288 return new FileBackupHelper(context, TEST_FILE_1, TEST_FILE_2);

Completed in 218 milliseconds