Searched defs:kInvalidPlatformFileValue (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/
H A Dplatform_file.h25 const PlatformFile kInvalidPlatformFileValue = INVALID_HANDLE_VALUE; member in namespace:base
28 const PlatformFile kInvalidPlatformFileValue = -1;
152 // if (file != kInvalidPlatformFileValue)
166 *value_ = kInvalidPlatformFileValue;
/external/chromium/chrome/browser/safe_browsing/
H A Dclient_side_detection_service_unittest.cc51 model_file_ = base::kInvalidPlatformFileValue;
187 EXPECT_NE(model_file, base::kInvalidPlatformFileValue);
199 EXPECT_NE(model_file, base::kInvalidPlatformFileValue);
206 EXPECT_EQ(GetModelFile(), base::kInvalidPlatformFileValue); member in class:safe_browsing::base

Completed in 16 milliseconds