Home
last modified time | relevance | path

Searched refs:input_filename (Results 1 – 4 of 4) sorted by relevance

/art/runtime/interpreter/mterp/
Dgen_mterp.py66 for input_filename in sorted(input_filenames):
67 lines = open(input_filename, "r").readlines()
/art/dex2oat/
Ddex2oat.cc2897 const char* input_filename, std::function<std::string(const char*)>* process) { in ReadCommentedInputFromFile() argument
2898 std::unique_ptr<std::ifstream> input_file(new std::ifstream(input_filename, std::ifstream::in)); in ReadCommentedInputFromFile()
2900 LOG(ERROR) << "Failed to open input file " << input_filename; in ReadCommentedInputFromFile()
2913 const char* input_filename, in ReadCommentedInputFromZip() argument
2920 std::unique_ptr<ZipEntry> zip_entry(zip_archive->Find(input_filename, error_msg)); in ReadCommentedInputFromZip()
2922 *error_msg = StringPrintf("Failed to find '%s' within '%s': %s", input_filename, in ReadCommentedInputFromZip()
2926 MemMap input_file = zip_entry->ExtractToMemMap(zip_filename, input_filename, error_msg); in ReadCommentedInputFromZip()
2928 *error_msg = StringPrintf("Failed to extract '%s' from '%s': %s", input_filename, in ReadCommentedInputFromZip()
/art/profman/
Dprofman.cc863 const char* input_filename, std::function<std::string(const char*)>* process) { in ReadCommentedInputFromFile() argument
864 std::unique_ptr<std::ifstream> input_file(new std::ifstream(input_filename, std::ifstream::in)); in ReadCommentedInputFromFile()
866 LOG(ERROR) << "Failed to open input file " << input_filename; in ReadCommentedInputFromFile()
/art/oatdump/
Doatdump.cc3378 static std::vector<std::string> ReadCommentedInputFromFile(const std::string& input_filename) { in ReadCommentedInputFromFile() argument
3379 std::unique_ptr<std::ifstream> input_file(new std::ifstream(input_filename, std::ifstream::in)); in ReadCommentedInputFromFile()
3381 LOG(ERROR) << "Failed to open input file " << input_filename; in ReadCommentedInputFromFile()