Searched defs:file_name (Results 1 – 4 of 4) sorted by relevance
43 Handle<String> method_name, Handle<String> file_name, in Alloc()59 Handle<String> file_name, int32_t line_number) { in Init()
512 std::string file_name = GetTmpnam() + std::string("---") + test_name; in WriteToFile() local
292 std::string file_name(elf_file_->GetPath()); in Write() local
113 bool ReadFileToString(const std::string& file_name, std::string* result) { in ReadFileToString()