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

  /external/libchrome/sandbox/linux/services/
credentials_unittest.cc 54 struct stat parrent; local
55 CHECK_EQ(0, stat("..", &parrent));
56 CHECK_EQ(current.st_dev, parrent.st_dev);
57 CHECK_EQ(current.st_ino, parrent.st_ino);
58 CHECK_EQ(current.st_mode, parrent.st_mode);
59 CHECK_EQ(current.st_uid, parrent.st_uid);
60 CHECK_EQ(current.st_gid, parrent.st_gid);
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapFolderElement.java 58 public BluetoothMapFolderElement( String name, BluetoothMapFolderElement parrent){
60 this.mParent = parrent;

Completed in 321 milliseconds