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

  /external/chromium_org/third_party/webrtc/test/testsupport/
fileutils.cc 137 std::string root_filename = path + kPathDelimiter + kProjectRootFileName; local
138 if (FileExists(root_filename)) {
  /external/webrtc/test/testsupport/
fileutils.cc 55 std::string root_filename = current_path + kPathDelimiter + local
57 file = fopen(root_filename.c_str(), "r");

Completed in 2547 milliseconds