Home
last modified time | relevance | path

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

/aosp_15_r20/art/artd/
H A Dfile_utils.h52 temp_id_(std::move(other.temp_id_)), in NewFile()
68 const std::string& TempId() const { return temp_id_; } in TempId()
115 std::string temp_id_; variable
H A Dfile_utils.cc110 temp_id_ = temp_path_.substr(/*pos=*/final_path_.length() + 1, /*count=*/6); in Init()