Searched refs:inputFile (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DAutomaticActivity.java153 File inputFile = new File(Environment.getExternalStorageDirectory(),
155 if (inputFile.exists() && inputFile.canRead() && inputFile.length() > 0) {
157 FileInputStream inputStream = new FileInputStream(inputFile);
159 StringBuffer content = new StringBuffer((int)inputFile.length());
/frameworks/base/core/tests/coretests/src/android/os/storage/
H A DStorageManagerBaseTest.java107 DataInputStream inputFile = openFileOnMountedObb(mOfficialObbFilePath,
109 assertTrue("Failed to open file!", inputFile != null);
124 inputFile.close();
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsCollection.java334 final AtomicFile inputFile = new AtomicFile(file);
338 in = new DataInputStream(new BufferedInputStream(inputFile.openRead()));
373 final AtomicFile inputFile = new AtomicFile(file);
377 in = new DataInputStream(new BufferedInputStream(inputFile.openRead()));
/frameworks/base/tools/aapt/
H A DCommand.cpp2541 std::string inputFile, outputFile; local
2542 std::getline(std::cin, inputFile);
2544 bundle->setSingleCrunchInputFile(inputFile.c_str());
2546 std::cout << "Crunching " << inputFile << std::endl;

Completed in 204 milliseconds