Searched refs:proto_path (Results 1 – 4 of 4) sorted by relevance
233 RemoveFileIfExists(proto_path(user_id), nullptr); in remove_user_ce()237 string proto_file = proto_path(user_id); in load_proto()297 string proto_file = proto_path(user_id); in flush_proto_data()
121 NANOPB_FLAGS += $(addprefix --proto_path=, $(abspath $(NANOPB_INCLUDES)))137 --proto_path=$(abspath $(dir $<)) \151 --proto_path=$(abspath $(dir $<)) \
116 string proto_path(userid_t user_id) { in proto_path() function
2556 std::string proto_path = tombstone_file.value() + ".pb"; in TEST() local2561 ASSERT_EQ(0, stat(proto_path.c_str(), &proto_file_st)); in TEST()