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

  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
test_expectations.py 400 new_file = self._path + '.new'
401 logging.debug('Original file: "%s"', self._path)
461 backup_file = ('%s.orig.%s' % (self._path, date_suffix))
465 os.rename(self._path, backup_file)
467 os.remove(self._path)
469 logging.debug('Saving new file to "%s"', self._path)
470 os.rename(new_file, self._path)
    [all...]
  /frameworks/base/include/ui/
EventHub.h 247 device_t(int32_t _id, const char* _path, const char* name);
  /external/webkit/WebKit/mac/WebView/
WebPDFView.mm 87 - (NSString *)_path;
    [all...]
  /frameworks/base/libs/ui/
EventHub.cpp 95 EventHub::device_t::device_t(int32_t _id, const char* _path, const char* name)
96 : id(_id), path(_path), name(name), classes(0)
    [all...]

Completed in 87 milliseconds