Lines Matching refs:disposition
19 DWORD disposition = 0; in CreatePlatformFile() local
22 disposition = OPEN_EXISTING; in CreatePlatformFile()
25 DCHECK(!disposition); in CreatePlatformFile()
26 disposition = CREATE_NEW; in CreatePlatformFile()
30 DCHECK(!disposition); in CreatePlatformFile()
31 disposition = OPEN_ALWAYS; in CreatePlatformFile()
35 DCHECK(!disposition); in CreatePlatformFile()
36 disposition = CREATE_ALWAYS; in CreatePlatformFile()
40 DCHECK(!disposition); in CreatePlatformFile()
42 disposition = TRUNCATE_EXISTING; in CreatePlatformFile()
45 if (!disposition) { in CreatePlatformFile()
71 disposition, create_flags, NULL); in CreatePlatformFile()