HomeSort by relevance Sort by last modified time
    Searched defs:find_handle (Results 1 - 4 of 4) sorted by null

  /external/fio/os/windows/posix/include/
dirent.h 14 HANDLE find_handle; member in struct:dirent_ctx
  /external/protobuf/src/google/protobuf/testing/
file.cc 142 HANDLE find_handle = FindFirstFile((name + "/*").c_str(), &find_data); local
143 if (find_handle == INVALID_HANDLE_VALUE) {
161 } while(FindNextFile(find_handle, &find_data));
162 FindClose(find_handle);
  /external/google-breakpad/src/client/windows/unittests/
exception_handler_death_test.cc 289 HANDLE find_handle = FindFirstFileW(search_path.c_str(), &find_data); local
290 if (find_handle == INVALID_HANDLE_VALUE)
305 } while (FindNextFile(find_handle, &find_data));
306 FindClose(find_handle);
  /device/htc/flounder/sensor_hub/libsensors/
CwMcuSensor.cpp 568 int CwMcuSensor::find_handle(int32_t sensors_id) { function in class:CwMcuSensor
    [all...]

Completed in 2086 milliseconds