OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:parrent
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/sandbox/linux/services/
credentials_unittest.cc
41
struct stat
parrent
;
local
42
CHECK_EQ(0, stat("..", &
parrent
));
43
CHECK_EQ(current.st_dev,
parrent
.st_dev);
44
CHECK_EQ(current.st_ino,
parrent
.st_ino);
45
CHECK_EQ(current.st_mode,
parrent
.st_mode);
46
CHECK_EQ(current.st_uid,
parrent
.st_uid);
47
CHECK_EQ(current.st_gid,
parrent
.st_gid);
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapFolderElement.java
49
public BluetoothMapFolderElement( String name, BluetoothMapFolderElement
parrent
){
51
this.mParent =
parrent
;
/external/chromium_org/chrome/common/extensions/docs/templates/intros/
mediaGalleries.html
148
album subdirectory. The file as it appears in the
parrent
album directory
Completed in 67 milliseconds