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

  /external/chromium_org/third_party/webrtc/test/testsupport/
fileutils.cc 231 std::string resource_file = resources_path + name + "_" + platform + "_" + local
233 if (FileExists(resource_file)) {
234 return resource_file;
237 resource_file = resources_path + name + "_" + platform + "." + extension;
238 if (FileExists(resource_file)) {
239 return resource_file;
242 resource_file = resources_path + name + "_" + architecture + "." + extension;
243 if (FileExists(resource_file)) {
244 return resource_file;
  /external/chromium_org/chrome/tools/build/win/
create_installer_archive.py 315 resource_file = _RESOURCE_FILE_TEMPLATE % args
318 f.write(resource_file)

Completed in 3713 milliseconds