Home
last modified time | relevance | path

Searched refs:dwCandidatPathType (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/sal/osl/w32/
H A Dfile_url.cxx249 DWORD dwCandidatPathType = PATHTYPE_ERROR; in IsValidFilePath() local
255 dwCandidatPathType = PATHTYPE_ABSOLUTE_UNC | PATHTYPE_IS_LONGPATH; in IsValidFilePath()
265 dwCandidatPathType = PATHTYPE_ABSOLUTE_LOCAL | PATHTYPE_IS_LONGPATH; in IsValidFilePath()
272 dwCandidatPathType = PATHTYPE_ABSOLUTE_UNC; in IsValidFilePath()
278 dwCandidatPathType = PATHTYPE_ABSOLUTE_LOCAL; in IsValidFilePath()
281 if ( ( dwCandidatPathType & PATHTYPE_MASK_TYPE ) == PATHTYPE_ABSOLUTE_UNC ) in IsValidFilePath()
287 dwPathType = dwCandidatPathType; in IsValidFilePath()
322 else if ( ( dwCandidatPathType & PATHTYPE_MASK_TYPE ) == PATHTYPE_ABSOLUTE_LOCAL ) in IsValidFilePath()
329 dwPathType = dwCandidatPathType; in IsValidFilePath()

Completed in 9 milliseconds