OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FileKey
(Results
1 - 2
of
2
) sorted by null
/libcore/ojluni/src/main/java/sun/nio/ch/
FileKey.java
34
public class
FileKey
{
39
private
FileKey
() { }
41
public static
FileKey
create(FileDescriptor fd) {
42
FileKey
fk = new
FileKey
();
59
if (!(obj instanceof
FileKey
))
61
FileKey
other = (
FileKey
)obj;
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
FirmwareVolumeBuffer.c
164
UINTN
FileKey
;
196
FileKey
= 0;
199
Status = FvBufFindNextFile (Fv, &
FileKey
, (VOID **)&NextFile);
[
all
...]
Completed in 180 milliseconds