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

  /external/libchrome/base/files/
file.cc 36 File::File(PlatformFile platform_file)
37 : file_(platform_file),
42 DCHECK_GE(platform_file, -1);
65 File File::CreateForAsyncHandle(PlatformFile platform_file) {
66 File file(platform_file);
67 // It would be nice if we could validate that |platform_file| was opened with
file.h 165 // Takes ownership of |platform_file|.
166 explicit File(PlatformFile platform_file);
175 // Takes ownership of |platform_file|.
176 static File CreateForAsyncHandle(PlatformFile platform_file);
  /external/libmojo/mojo/public/cpp/system/
platform_handle.h 53 ScopedHandle WrapPlatformFile(base::PlatformFile platform_file);
platform_handle.cc 29 ScopedHandle WrapPlatformFile(base::PlatformFile platform_file) {
33 platform_handle.value = PlatformHandleValueFromPlatformFile(platform_file);
  /bionic/tools/versioner/src/
SymbolDatabase.cpp 119 std::string platform_file = readPlatformFile(type, platform_dir, file, required); local
120 if (platform_file.empty()) {
125 llvm::StringRef(platform_file).split(symbols, "\n");
  /external/webrtc/webrtc/base/
Android.mk 26 platform_file.cc \

Completed in 116 milliseconds