Home
last modified time | relevance | path

Searched refs:INVALID_FD (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/platform/
H A Dfile.h37 #define INVALID_FD INVALID_HANDLE_VALUE macro
56 #define INVALID_FD (-1)
/arkcompiler/ets_runtime/ecmascript/platform/unix/
H A Dfile.cpp103 if (fd == INVALID_FD) { in FileMap()
124 if (fd == INVALID_FD) { in FileMapForAlignAddress()
/arkcompiler/runtime_core/libpandabase/os/
H A Ddebug_info.h172 static constexpr int INVALID_FD = -1; member in panda::DebugInfo
174 int fd_ {INVALID_FD};
H A Ddebug_info.cpp198 fd_ = INVALID_FD; in Destroy()
215 fd_ = INVALID_FD; in ReadFromFile()
/arkcompiler/runtime_core/static_core/libpandabase/os/
H A Ddebug_info.h173 static constexpr int INVALID_FD = -1; member in ark::DebugInfo
175 int fd_ {INVALID_FD};
H A Ddebug_info.cpp278 fd_ = INVALID_FD; in Destroy()
299 fd_ = INVALID_FD; in ReadFromFile()
/arkcompiler/ets_runtime/ecmascript/platform/windows/
H A Dfile.cpp99 if (fd == INVALID_FD) { in FileMap()

Completed in 5 milliseconds