Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/fetcher/
Dbuild_api.h33 unsigned long last_modified_time; variable
45 unsigned long LastModifiedTime() const { return last_modified_time; } in LastModifiedTime()
Dbuild_api.cc54 last_modified_time = std::stol(json_artifact["lastModifiedTime"].asString()); in Artifact()