Searched refs:timestamppath (Results 1 – 1 of 1) sorted by relevance
343 create_timestamp(const char *timestamppath, const char *timestamp) in create_timestamp() argument348 if ((fd = open(timestamppath, in create_timestamp()1289 char *timestamppath = NULL; in wanbootfs_payload() local1433 if ((timestamppath = make_path(bootfs_dir, "timestamp")) == NULL || in wanbootfs_payload()1434 !create_timestamp(timestamppath, "timestamp")) { in wanbootfs_payload()1487 if (timestamppath != NULL && in wanbootfs_payload()1488 WBCGI_FILE_EXISTS(timestamppath, sbuf)) { in wanbootfs_payload()1489 (void) unlink(timestamppath); in wanbootfs_payload()1527 free_path(×tamppath); in wanbootfs_payload()