Searched refs:kPath (Results 1 – 1 of 1) sorted by relevance
36 const char *kPath = path.c_str(); in CreateDiskNode() local37 if (mknod(kPath, NODE_PERM | S_IFBLK, dev) < 0) { in CreateDiskNode()46 const char *kPath = path.c_str(); in DestroyDiskNode() local47 if (TEMP_FAILURE_RETRY(unlink(kPath)) < 0) { in DestroyDiskNode()55 const char *kPath = path.c_str(); in GetDevSize() local56 int fd = open(kPath, O_RDONLY); in GetDevSize()