forked from emscripten-core/emscripten
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaccess.out
More file actions
58 lines (52 loc) · 732 Bytes
/
access.out
File metadata and controls
58 lines (52 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
F_OK(readable): 0
errno: 0
R_OK(readable): 0
errno: 0
X_OK(readable): -1
errno: 2
W_OK(readable): -1
errno: 2
F_OK(writeable): 0
errno: 0
R_OK(writeable): -1
errno: 2
X_OK(writeable): -1
errno: 2
W_OK(writeable): 0
errno: 0
F_OK(allaccess): 0
errno: 0
R_OK(allaccess): 0
errno: 0
X_OK(allaccess): 0
errno: 0
W_OK(allaccess): 0
errno: 0
F_OK(forbidden): 0
errno: 0
R_OK(forbidden): -1
errno: 2
X_OK(forbidden): -1
errno: 2
W_OK(forbidden): -1
errno: 2
F_OK(nonexistent): -1
errno: 44
R_OK(nonexistent): -1
errno: 44
X_OK(nonexistent): -1
errno: 44
W_OK(nonexistent): -1
errno: 44
F_OK(): -1
errno: 44
R_OK(): -1
errno: 44
X_OK(): -1
errno: 44
W_OK(): -1
errno: 44
F_OK(filetorename): -1
errno: 44
F_OK(renamedfile): 0
errno: 0