file.h (9eab2a37) file.h (75e4cd29)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 118 unchanged lines hidden (view full) ---

127 osl_File_E_NOTEMPTY,
128 osl_File_E_LOOP,
129 osl_File_E_ILSEQ,
130 osl_File_E_NOLINK,
131 osl_File_E_MULTIHOP,
132 osl_File_E_USERS,
133 osl_File_E_OVERFLOW,
134 osl_File_E_NOTREADY,
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 118 unchanged lines hidden (view full) ---

127 osl_File_E_NOTEMPTY,
128 osl_File_E_LOOP,
129 osl_File_E_ILSEQ,
130 osl_File_E_NOLINK,
131 osl_File_E_MULTIHOP,
132 osl_File_E_USERS,
133 osl_File_E_OVERFLOW,
134 osl_File_E_NOTREADY,
135 osl_File_E_LOCKED,
135 osl_File_E_invalidError, /* unmapped error: always last entry in enum! */
136 osl_File_E_TIMEDOUT,
137 osl_File_E_NETWORK,
138 osl_File_E_FORCE_EQUAL_SIZE = SAL_MAX_ENUM
139} oslFileError;
140
141typedef void *oslDirectory;
142typedef void *oslDirectoryItem;

--- 1447 unchanged lines hidden ---
136 osl_File_E_invalidError, /* unmapped error: always last entry in enum! */
137 osl_File_E_TIMEDOUT,
138 osl_File_E_NETWORK,
139 osl_File_E_FORCE_EQUAL_SIZE = SAL_MAX_ENUM
140} oslFileError;
141
142typedef void *oslDirectory;
143typedef void *oslDirectoryItem;

--- 1447 unchanged lines hidden ---