Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_file-inl.h25 if (first_path_.empty()) { in MaybeSetFirstPath()
26 first_path_ = path; in MaybeSetFirstPath()
Dnode_file.h93 const std::string& first_path() const { return first_path_; } in first_path()
104 std::string first_path_; variable