Home | History | Annotate | Download | only in HAL

Lines Matching refs:filePath

1600             String8 filePath(timeBuf);
1603 filePath.append(buf);
1604 int file_fd = open(filePath.string(), O_RDWR | O_CREAT, 0777);
1710 String8 filePath(timeBuf);
1766 filePath.append(buf);
1767 int file_fd = open(filePath.string(), O_RDWR | O_CREAT, 0777);