OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PlatformFile
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/base/
platform_file.h
23
typedef HANDLE
PlatformFile
;
25
typedef int
PlatformFile
;
30
extern const
PlatformFile
kInvalidPlatformFileValue;
32
// Associates a standard FILE stream with an existing
PlatformFile
.
34
// the
PlatformFile
should no longer be used.
35
FILE* FdopenPlatformFileForWriting(
PlatformFile
file);
37
// Closes a
PlatformFile
.
40
bool ClosePlatformFile(
PlatformFile
file);
/external/libchrome/base/files/
file.h
32
typedef HANDLE
PlatformFile
;
34
typedef int
PlatformFile
;
165
explicit File(
PlatformFile
platform_file);
175
static File CreateForAsyncHandle(
PlatformFile
platform_file);
199
PlatformFile
GetPlatformFile() const;
200
PlatformFile
TakePlatformFile();
316
void SetPlatformFile(
PlatformFile
file);
Completed in 367 milliseconds