Searched refs:cwd_ (Results 1 – 2 of 2) sorted by relevance
75 cwd_ = mc.cwd_; in CloneFrom()81 cwd_ = FLAGS_cache_base_dir; in AddFiles()82 paths.push_back(cwd_ + "/GET_"); in AddFiles()196 std::string filename_stripped = std::string(filename).substr(cwd_.size() + 1); in ReadAndStoreFileContents()
128 std::string cwd_; variable