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

  /external/webrtc/test/testsupport/
fileutils.cc 135 std::string resource_file = resources_path + name + "_" + platform + "_" + local
137 if (FileExists(resource_file)) {
138 return resource_file;
141 resource_file = resources_path + name + "_" + platform + "." + extension;
142 if (FileExists(resource_file)) {
143 return resource_file;
146 resource_file = resources_path + name + "_" + architecture + "." + extension;
147 if (FileExists(resource_file)) {
148 return resource_file;
  /external/chromium_org/tools/playback_benchmark/
playback_driver.py 134 resource_file = os.path.join(self.script_dir, resource)
135 self.benchmark_resources[resource] = {'data': ReadFile(resource_file),
  /external/qemu/distrib/sdl-1.2.15/src/main/macos/
SDL_main.c 258 static int writePrefsResource (PrefsRecord *prefs, short resource_file) {
262 UseResFile (resource_file);
290 UpdateResFile (resource_file);
  /external/chromium_org/chrome/tools/build/win/
create_installer_archive.py 317 resource_file = _RESOURCE_FILE_TEMPLATE % args
320 f.write(resource_file)

Completed in 831 milliseconds