Searched defs:srcfile (Results 1 - 2 of 2) sorted by relevance

/external/clearsilver/ruby/
H A Dinstall.rb511 def srcfile( path ) method in class:Installer
516 File.exist? srcfile(path)
520 dir? srcfile(path)
523 def srcfile?( path )
524 File.file? srcfile(path)
/external/protobuf/gtest/include/gtest/
H A Dgtest.h1470 const char* srcfile,
1473 : type(t), file(srcfile), line(line_num), message(msg) { }
1469 AssertHelperData(TestPartResult::Type t, const char* srcfile, int line_num, const char* msg) argument

Completed in 20 milliseconds