Home
last modified time | relevance | path

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

/aoo4110/main/setup_native/scripts/source/
H A Dgetuid.c74 static int (*p_chmod) (const char *path, mode_t mode) = NULL; in chmod() local
75 if (p_chmod == NULL) in chmod()
76 p_chmod = (int (*)(const char *path, mode_t mode)) in chmod()
89 ret = (*p_chmod)(path, mode); in chmod()

Completed in 16 milliseconds